|
-
Feb 7th, 2007, 02:48 AM
#1
Thread Starter
New Member
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.
Last edited by Zshan; Feb 7th, 2007 at 03:32 AM.
-
Feb 7th, 2007, 03:25 PM
#2
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
-
Feb 9th, 2007, 05:46 PM
#3
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.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|