DevPinoy.org
A Filipino Developers Community
            

java code for send sms through http

Latest post 06-26-2008 10:05 AM by javazealot. 2 replies.
  • 04-01-2008 11:41 PM

    • for108
    • Top 500 Contributor
    • Joined on 04-02-2008
    • Posts 1
    • Points 35

    java code for send sms through http

    java code for send sms through http 

    • Post Points: 35
  • 04-02-2008 7:14 AM In reply to

    • LaTtEX
    • Top 25 Contributor
    • Joined on 02-19-2006
    • Bonifacio Global City
    • Posts 86
    • Points 1,200

    Re: java code for send sms through http

    There's no way to send SMS through HTTP, unless there is an online service that you can access then that will send the SMS to you.

    SMS devices are accessed using AT Commands (in the old days this is usually achieved using telnet, IIRC) via a serial port connection. Far as I know (not a java dev here) Java supports serial AT commands in its java.comm(?) library.

    Jon Limjap tech :: DotNet @ Kape ni LaTtEX personal :: Kape ni LaTtEX our business: I-NAV Travel & Tours
    • Post Points: 5
  • 06-26-2008 10:05 AM In reply to

    • javazealot
    • Top 50 Contributor
    • Joined on 05-14-2006
    • Philippines
    • Posts 33
    • Points 490

    Re: java code for send sms through http

    HTTP is one of the protocols I will support for the initial release of Hummingbird. You can join the project in http://hummingbird.dev.java.net for more details.

    If you need an API to start with. Check out the source code so you can see what AT commands to use.Smile

    Melvin Vivas Lemongreen Inc. Empowering your business with SMS http://www.lemongreen.biz

    • Post Points: 5
Page 1 of 1 (3 items) | RSS

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems