From b485819a3376aa41d5cb3f9127c08e7a9f5a19a3 Mon Sep 17 00:00:00 2001 From: "Deunix@e-educ.fr" Date: Thu, 15 Apr 2021 00:20:37 +0200 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 7994516..f61c71b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # 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 ...