Share My Creation SMS Modem

This FREE software makes your android phone into a network based SMS modem. It has the following great Features:

1, Turn Android phone into SMS sending modem.

2, Enable PC or other devices access SMS sending service via WIFI network.

3, HTTP API easy to call.

4, Long length SMS sending never so easy.

5, UTF8 encoding with all languages supported.


DownLoad:
From google play: https://play.google.com/store/apps/details?id=unibilling.smsmodem

Usage:
SMS notification
Bulk SMS
Status warning /monitor
Add SMS sending features to other applications or embedded devices
……


API document:
http://android_wifi_IP:5555/send?callee=p1&sms=p2

Parameters explained as following:

p1: destination phone number
p2: message content to send

Note: Parameters p1 and p2 should all be utf8 encoded.

Return code for HTTP request:

0: send ok
-1: send fail
-2: app exception
-3: callee empty
-4: message empty
-5: callee coding error
-6: message coding error

For example:

http://192.168.1.125:5555/send?callee=1861182211&sms=testing+for+android+sms+modem

The above url will send short message “testing for android sms modem” to mobile phone 1861182211
 

Attachments

  • screenshot1.png
    screenshot1.png
    10.1 KB · Views: 3,055
  • sample1.png
    sample1.png
    14.7 KB · Views: 285
  • appdemo1.JPG
    appdemo1.JPG
    15.2 KB · Views: 346
  • sample2.png
    sample2.png
    22.6 KB · Views: 272
Top