Hello,
I'm working on a project and I want to import XML data from a URL (
http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=KILCHICA30), then store it to tables on my postgreSQL server for immediate and later uses.
Additionally, I want the program to make certain decisions based on the data and send/receive data to an Arduino through the serial com port.
I'm not terribly concerned about the decision making methods that will take place in the app. It's the communication between program-URL and program-DB, as well as the conversion of XML that I'm unsure about. I would really appreciate any advice, or being pointed to the right resources.
Thanks!
1