obtain mbed data from a servelt

21 Sep 2011

Hi. I have set up my mbed so that it can obtain data of temperature and/or atmospheric pressure. It now works as a local server so that I can view the gained data from a web page using JavaScript.

Well, it's nice, but in order to observe the real-time changing data, one must have a SD card locally to store it or a PC connected to the mbed server through the local network.

It's nicer if I can set up a Java servlet on a remote server so that it can obtain the generated data continuously without intermediate PCs.

it's like

local mbed to my LAN at home -> data -> Java servlet somewhere on the web

Does anyone think it's possible?

If possible, I'm guessing that the socket programming may do the job, which I have not done yet, though I will.

Thanks in advance,

soichi