Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

cyosp/SMServer

Repository files navigation

SMServer

An Android App to send SMS using HTTP requests

Stable version BSD-3 license
Android minimum version Android tested version

SMServer

Features

This App is an empty Android activity which launches a foreground service with two HTTP features:

  • Send SMS
  • Display logs

Service is automatically run when Android boot phase is completed.

SMS

Once App installed, Android terminal is transformed as a SMS server. SMS can be sent using a GET request and this URL:

http://localhost:8080/smserver/sms/send?nbr=0000000000&content=MySMSContent

Argument details:

Argument Description
nbr To specify the recipient SMS phone number
content To specify the SMS content to send

Multi-part text based SMS are managed. It means SMS content can be more than 140 characters of 8 bits.

Log

SMServer logs main actions into Android terminal. Log file is deleted each time App is launched and can be found here: /sdcard/SMServer.log.

Also, log content is available with a GET request and this URL:

http://localhost:8080/smserver/log/display

License

SMServer is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.

About

Android App to send SMS using HTTP requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages