Using net services

22 Mar 2011

Hi Guys,

I am trying to have the Mbed upload sensordata to a server over ethernet. I would like to open a tcp socket to a webserver and start writing the data. But I cant seem to find any examples.

NetServices documentation seems to be very sparse. Am I looking the wrong place?

Kind regards

tax

22 Mar 2011

why not use a regular HTTP GET and have your webserver run PHP/mysql? Its simple to use and mysql is very good at storing large amount of data