• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Gprs and GSM connectivity check?

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,

i am building a java application in which i need to check the gprs and gsm connectivity. so how to check it out.
over all idea is check whether there is gprs connectivity if present then send data or else store the data in some buffer. next when again new data arrives again same gprs connectivity is checked if present then retrieve first old data and send then again new data which arrived is sent else if connectivity not available then store data into some buffer( logic is first come first server data).

gsm is required when gprs is not working so that we can send data through sms service....The api i am using is jsr 253....

another doubt is when gprs network not available then where to store data whether should i use buffer or queues....which techniques should i use....? reply here we use first in first out logic.


thank you.
 
Ruth Stout was famous for gardening naked. Just like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic