|
Post by hometownnerd on Oct 1, 2010 14:44:15 GMT -5
Hello, I have been using WUHU and my LaCrosse WS-2308 for quite a number of years now and use it to post data to my website weather.hometownnerd.co.cc as well as all of the other PWS sites. I have even developed some other tools to use the data in other ways since my setup is a little custom and utilizes MySQL to store lots of the data. I also have created RSS feed for my site ( rss.hometownnerd.co.cc ) as well as a mobile phone version ( wap.hometownnerd.co.cc ) not to mention my twitter feed twitter.com/BelAirMDWXThanks for making WUHU.
|
|
|
Post by marylandwx on Oct 1, 2010 15:06:26 GMT -5
Wow! Very nice!
|
|
|
Post by wuhusoftware on Oct 5, 2010 16:13:02 GMT -5
hometown, What method are you using to place data in to your SQL database? An update action or are you using the history files? Thanks.
|
|
|
Post by hometownnerd on Oct 6, 2010 12:59:12 GMT -5
I actually do it two different ways, since my host changed and the new one didnt allow me to pick up my currdat file from home, I created two apps in vb.net one fires off from the action file every 5 minutes the other fires on boot and continues to run and every 10 or so seconds it truncates the latest data table and then places the latest currdat info in that table. This made it so I could control everything from timing to content and also allowed my ajax to work properly. I may even have it doing an update to my local DB from within a bat file fired off by the action file as well. Seems to be relatively stable and gives me all of the functionality I wanted.
Larry
|
|