Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.
/ sms-rpc Public archive

Simple Android app to explose a RESTful API to control your device, such as for sending SMS.

Notifications You must be signed in to change notification settings

bramp/sms-rpc

Repository files navigation

API

Call all APIs as simple HTTP GET, and a JSON object will be returned

Send a SMS
   /messages/send?to=NNNNNNNNN&text=?????
   
List all SMS
   /messages/list
   optional arguments
     older=ID - List all messages older than this ID
     direction=[mt|mo] - List all MOs, or MTs. Default is MTs.
     
An example with curl:
   curl "http://192.168.0.10:8080/messages/send?to=99222&text=help"

About

Simple Android app to explose a RESTful API to control your device, such as for sending SMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published