G
Guest
Hi there,
My quest is to redevelop an application which sends jobs to engineers PDAs
via sockets over GPRS.
At the moment i use a pull method, it polls every 5 minutes for new data.
I now want to be able to push data to my PDAs, however after looking into
this somewhat i've learnt that GPRS provides (in the uk) issue local IP
addresses which aren't public addressable. Ah, problem.
I have heard that you can open a socket on the PDA which communicates with
the server and that socket is held open so the server can send information
back down that same socket as long as the client is connected.
My sockets experience is pretty limited so i'm not exactly sure how to do
this, would anyone have any examples or anything to point me in the right
direction?
Really appreciate any help on this.
Many thanks
Rob Saville
My quest is to redevelop an application which sends jobs to engineers PDAs
via sockets over GPRS.
At the moment i use a pull method, it polls every 5 minutes for new data.
I now want to be able to push data to my PDAs, however after looking into
this somewhat i've learnt that GPRS provides (in the uk) issue local IP
addresses which aren't public addressable. Ah, problem.
I have heard that you can open a socket on the PDA which communicates with
the server and that socket is held open so the server can send information
back down that same socket as long as the client is connected.
My sockets experience is pretty limited so i'm not exactly sure how to do
this, would anyone have any examples or anything to point me in the right
direction?
Really appreciate any help on this.
Many thanks
Rob Saville