Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/04 15:14
Read: times


 
#76350 - RE: GPRS Worries
Responding to: ???'s previous message
Andy Neil said:
... you will need to implement some sort of "keep-alive" or "heartbeat" protocol to keep testing that the link is still up, and to re-establish when it fails.

The Wavecom modem I use has a 'multiplex mode', which enables the application to send and receive AT commands (and responses) as well as data, without context switching. This is really useful for unattended applications, because it enables you to set up the modem to send unsolicited result codes that indicate the network status. So if and when the connection is dropped, the application will be notified immediately and can take the neccessary steps to re-establish the connection.

Andy Neil said:
If you stopped to think about all the things that could possibly go wrong, you'd be amazed that it ever works at all!!

I have and I was ;o))

Andy Neil said:
It is possible to set up a VPN (Virtual Private Network) over GPRS; ...

Yep, that's what my client does. With a projected 2500 (possibly up to 5000) devices in the field, that's well worth it.

Andy Neil said:
although UDP doesn't give the guranteed (sic) reliable delivery of TCP, I think ...

There is absolutely nothing magical about the so-called reliablility of TCP! It is simply a timeout-and-retry mechanism. The only 'trick' is that this is inherent in the TCP layer, so normally the application does not need to worry about it. The same method of keeping tag of timeouts and resending the message if needed can easily be applied to UDP as well, making it just as reliable as TCP.

Rob.

List of 17 messages in thread
TopicAuthorDate
data exchange over GPRS            01/01/70 00:00      
   RE: data exchange over GPRS            01/01/70 00:00      
   RE: data exchange over GPRS            01/01/70 00:00      
   OT: DTMF over GSM            01/01/70 00:00      
      RE: OT: DTMF over GSM            01/01/70 00:00      
         RE: OT: DTMF over GSM            01/01/70 00:00      
            GPRS Worries            01/01/70 00:00      
               RE: GPRS Worries            01/01/70 00:00      
               RE: GPRS Worries            01/01/70 00:00      
                  RE: Wavecom multiplex mode            01/01/70 00:00      
      DTMF over GSM - further thoughts            01/01/70 00:00      
         RE: DTMF over GSM - further thoughts            01/01/70 00:00      
            RE: DTMF over GSM - AT+VTS            01/01/70 00:00      
   GSM, GPRS Modules            01/01/70 00:00      
   Another thought...            01/01/70 00:00      
      RE: Another thought...            01/01/70 00:00      
         RE: Another thought...            01/01/70 00:00      

Back to Subject List