Java application for GPRS connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • faith8
    New Member
    • Aug 2007
    • 3

    #1

    Java application for GPRS connection

    I need to manage the GPRS connection (set up the connection, connect
    and disconnect) in a symbol handheld device with Windows Mobile 5. I'm
    developing this application with Java 1.3 and using IBM J9 as jvm. How
    can I deal with this?

    Many Thanks
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by faith8
    I need to manage the GPRS connection (set up the connection, connect
    and disconnect) in a symbol handheld device with Windows Mobile 5. I'm
    developing this application with Java 1.3 and using IBM J9 as jvm. How
    can I deal with this?

    Many Thanks
    If you can use ordinary sockets for the connection there won't be any problem
    I guess.

    kind regards,

    Jos

    Comment

    • faith8
      New Member
      • Aug 2007
      • 3

      #3
      Thanks for your quick reply Jos,
      I think I can use sockets for my connection but I can't figure out what will be the host and port I should create the socket. I only need this connection to synchronize data in a local db. I've got a sim card on my device: should the host depend on the mobile phone company I'm using?

      Thanks

      Originally posted by JosAH
      If you can use ordinary sockets for the connection there won't be any problem
      I guess.

      kind regards,

      Jos

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by faith8
        Thanks for your quick reply Jos,
        I think I can use sockets for my connection but I can't figure out what will be the host and port I should create the socket.
        The handheld device is the 'host'; it hosts a service for others: the clients. I
        don't know which port you are supposed to use; there is a manual of some sort
        that tells you about these prerequisites isn't there?

        kind regards,

        Jos

        Comment

        • faith8
          New Member
          • Aug 2007
          • 3

          #5
          I've got the handheld device's technical details but it's just an hardware specification. How is it possible to link the socket to the gprs connection available in Windows Mobile 5?



          Originally posted by JosAH
          The handheld device is the 'host'; it hosts a service for others: the clients. I don't know which port you are supposed to use; there is a manual of some sort that tells you about these prerequisites isn't there?

          kind regards,

          Jos

          Comment

          Working...