Hi,
How to send a so called GET-string from an applet to a certain IP adress?
With a GET-string I mean that thing basic HTML can do as well. If you click
on a save button or something on a page you often see strings like these in
the adress field:
"/blabla.html/?test=yes&name= ....
That stuff is sended to some IP adress which handles the arguments (
everything after the '?' ) and sends a page back. Basically it's just a
hyperlink. So, maybe I should ask, how to send a string to a known IP
adress? I don't think I can setup a client/host udp/tcp socket-thingie
connection between the remote thing(a microcontroller with GPRS modem) so
how to do it then?
Greetings,
Rick
How to send a so called GET-string from an applet to a certain IP adress?
With a GET-string I mean that thing basic HTML can do as well. If you click
on a save button or something on a page you often see strings like these in
the adress field:
"/blabla.html/?test=yes&name= ....
That stuff is sended to some IP adress which handles the arguments (
everything after the '?' ) and sends a page back. Basically it's just a
hyperlink. So, maybe I should ask, how to send a string to a known IP
adress? I don't think I can setup a client/host udp/tcp socket-thingie
connection between the remote thing(a microcontroller with GPRS modem) so
how to do it then?
Greetings,
Rick
Comment