Sending SMS through GSM Modems/SMS Service Provider

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hkarthik
    New Member
    • Jan 2007
    • 34

    Sending SMS through GSM Modems/SMS Service Provider

    Hi,

    I am planning to develop an java application which sends sms either through GSM modems or with the help of an sms service provider. I searched for the java codings but i could not find any in both the ways. Can anybody help me in solving this?

    The application which i am planning to develop is a web application.

    Pls help me?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by hkarthik
    Hi,

    I am planning to develop an java application which sends sms either through GSM modems or with the help of an sms service provider. I searched for the java codings but i could not find any in both the ways. Can anybody help me in solving this?

    The application which i am planning to develop is a web application.

    Pls help me?
    Google for "Java SMS" and search for one of the many free SMPP libraries
    (Short Message Peer to Peer). Most (if not all) of those libraries hide the ugly
    details involved with sending short messages over an X.25 network.

    kind regards,

    Jos

    Comment

    • hkarthik
      New Member
      • Jan 2007
      • 34

      #3
      Originally posted by JosAH
      Google for "Java SMS" and search for one of the many free SMPP libraries
      (Short Message Peer to Peer). Most (if not all) of those libraries hide the ugly
      details involved with sending short messages over an X.25 network.

      kind regards,

      Jos
      Thankyou jos. If you don't mind can you please explain in short terms actually how this process carries on. Sending sms through the modems, how do they communicate each other with the help of AT commands. And is there any chances of sending sms without using gsm modems ie.. via web or through the help of sms service providers. If i want to send the sms through a service provider, what all things should i do. How the coding will be. If you have some samples codings for sending sms through service provider, pls do give me.

      And thanks once again jos. I could find some libraries that provide this, but they have not given the coding.

      Comment

      Working...