Deunix@e-educ.fr b485819a33 Update README.md
2021-04-15 00:20:37 +02:00
2021-04-15 00:19:14 +02:00
2021-04-15 00:20:37 +02:00

termux-sms-gateway

SMS and notification gateway from Android smartphone

Goal:

Make any laptop with an Internet connection an SMS gateway Send SMS from his desktop from a web interface or other. Receive SMS on his desk in order to use the content.

Method used

  • SMS sending

  • SMS are created on one machine (1 or more) on the network.

    • They are then published to a public or private MQTT mail server
    • The messages are received on an MQTT client installed on the laptop (1 or more).
    • The messages are then sent to the recipients.

####SMS reception

  • The SMS are received on the mobile and published to the MQTT server
  • The messages are received on an MQTT client installed on the subscribed machine (1 or more)

Conditions for receiving or sending

  • Take a public or private MQTT server to relay messages
  • Subscribe MQTT clients to the same topics

Non-exhaustive use

  • Email message usage
  • Receive and process alert messages (IOT or other)
  • etc ...
S
Description
Termux Sms Gateway SMS and notification gateway using Android smartphone
Readme GPL-3.0 2 MiB
Languages
Python 49%
HTML 47.7%
Shell 3.3%