Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 407 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 407 Bytes

smsproxy

tiny android app that runs a server, listens on 1993, and sends sms messages

Screenshot

Input Example:

{
	"to": "07468430881",
	"message": "KiBook Automated Text Via Andrews Phone",
	"auth": "30eb0c0a-b103-4438-8bae-c64b4cc94924llllllllll"
}

Output Example:

HTTP/1.1 200 OK
Content-Type: application/json

{"result": "Request Received"}