From 23434b5ea5dea9e17c906a36c055cac1166e4cba Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 3 Aug 2023 10:56:36 -0700 Subject: [PATCH] Update README.md Dependencies & Commands --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9bfe43..6df120b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # SMSGateway APRS <> SMS Gateway -This is a python based bot for running a bidirectional APRS <> SMS Gateway. +This is a python based bot for running a bidirectional APRS <> SMS Gateway.
-Using the Twilio Phone and API services you can setup your own basic gateway. +Using the Twilio Phone and API services you can setup your own basic gateway.

Not supported:
Checking Missed SMS Messages via APRS
SMS to APRS Message Retries
Duplicate Message Checking, APRS or SMS -SMS to APRS without Explicit Callsign +SMS to APRS without Explicit Callsign

+ +Install Dependencies:
+pip install twilio flask

+ +Terminal Command:
+nohup python3 /root/app/sms.py > /dev/null 2>&1 &