Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending data to a website from a micro. Help needed

Status
Not open for further replies.

franklin97355

Technical User
Jul 11, 2002
3,753
US
Code:
[URL unfurl="true"]http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=KCASANFR5&PASSWORD=XXXXXX&[/URL]
dateutc=2000-01-01+10%3A32%3A35&winddir=230&windspeedmph=12&w
indgustmph=12&tempf=70&rainin=0&baromin=29.1&dewptf=68.2&humidity=90
&weather=&clouds=&softwaretype=vws%20versionxx&action=updateraw
Is there a way to send this to a web server from a microcontroller? I am trying to send this to a weather site without having to have my main computer on to do it. I can send UDP and possibly IP packets but don't know how to format the information I send.
Any help is appreciated and thanks.



The answer is "42"
 
This isn't really an HTML question, more of a transport / communications question.

I'd try the TCP/IP forum (forum581) to start, a with, as it would probably be a better placce to discuss sending data to a web server.

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
I posted it over there and will see what I get, Thanks.

The answer is "42"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top