# sms-rpc **Repository Path**: mirrors_bramp/sms-rpc ## Basic Information - **Project Name**: sms-rpc - **Description**: Simple Android app to explose a RESTful API to control your device, such as for sending SMS. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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"