Results 1 to 3 of 3

Thread: how to create GPRS Enable Application Connectivity on PC????

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    1

    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.

  2. #2
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    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
    Chris

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width