phppythonsmsmobile-phonesbulksms

How do I design sms service?


I want to design a website that can send and receive sms.

  1. How should I approach the problem ?
  2. What are the resources available ?
  3. I know php,python what else do I need or are the better options available?
  4. How can experiment using my pc only?[somthing like localhost]
  5. What are some good hosting services for this? [edit this]
  6. [Add more questions you can think of?]

Solution

  • You can take a look at Kannel. It's so simple to create SMS services using it. Just define a keyword, then put in the URL to which the incoming SMS request will be routed (you'll get the info such as mobile number and SMS text in query string parameters), then whatever output your web script generates (you can use any web scripting/language/platform) will be sent back to the sender.

    It's simple to test. You can use your own PC and just use the fakesmsc "SMS center" and just send it HTTP requests. If you have a GSM modem you can use that too, utilising the modem's AT command set.