<HTML>
<HEAD>
<TITLE>Getting (not pure) data over the internet</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi<BR>
<BR>
In need to get data from a wireless sensor network to control Pd patches. The WSN feeds to a database on a server and I need to send queries over the internet to the data server in the form <a href="http://ip">http://ip</a> address/data/location/device/now (or when on a LAN: ip address/data/.../.../now). How do I send the query out of the Pd patch, and how do I get the resulting data back in? (The data comes in this form: 2007-03-22 18:00:01,17,1,0, which timestamp, device ID, data). I would automate the querying with [metro].<BR>
[netsend] [comport] [netserver] don&#8217;t seem to apply.<BR>
<BR>
BTW got good results using [comport] on site, picking up from arduinos sending via bluetooth. However, must be done via the server, as data is coming from arduinos, crossbow motes, and proprietary systems and anyway the arduino bluetooth is paired to the server.<BR>
<BR>
Thanks<BR>
<BR>
Stuart<BR>
</SPAN></FONT>
</BODY>
</HTML>