how to create GPRS Enable Application Connectivity on PC????
hi all,
i want to create an application which receive Data from Other Cell Phones using GPRS, but i'm confused how to do it.
1-Should i get a Static IP from my ISP and then these Cell Phone Send there data to that IP and I receive this Data using WinSock.
2-Or i connect through GSM Modem to Internet and then use Winsock to receive data from these Cell Phone.
kindly advice me in this regard.
Re: how to create GPRS Enable Application Connectivity on PC????
You could make a custom web server with Winsock, have it listen on port 80, then have the phone just navigate to the IP address using its browser. This would make a connection from the phone to computer, and it could pass data through as variables in the URL for example http://xxx.xxx.xxx.xxx/?item1=someth...=somethingelse
Re: how to create GPRS Enable Application Connectivity on PC????
As far as a static address, see NO-IP for a free dynamic dns service.