Browse Source

Update README.md

Dependencies & Commands
aprs-duplicate-filtering
Mike 2 years ago
committed by GitHub
parent
commit
23434b5ea5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      README.md

+ 9
- 3
README.md View File

@ -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.<br>
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.<br><br>
Not supported: <br>
Checking Missed SMS Messages via APRS<br>
SMS to APRS Message Retries<br>
Duplicate Message Checking, APRS or SMS
SMS to APRS without Explicit Callsign
SMS to APRS without Explicit Callsign<br><br>
Install Dependencies:<br>
pip install twilio flask<br><br>
Terminal Command:<br>
nohup python3 /root/app/sms.py > /dev/null 2>&1 &<br><br>

Loading…
Cancel
Save