Browse Source

Update README.md

keepalive
Mike 2 years ago
committed by GitHub
parent
commit
e3f3b21c94
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 5 deletions
  1. +13
    -5
      README.md

+ 13
- 5
README.md View File

@ -5,11 +5,6 @@ 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.<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<br><br>
Python3.9 is recommended. Will work with older versions.<br><br>
@ -18,3 +13,16 @@ pip install twilio flask<br><br>
Terminal Command:<br>
nohup python3 /root/app/sms.py > /dev/null 2>&1 &<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<br><br>
TO DO:<br>
Add duplicate message filtering from APRS to SMS. (found in "aprs-duplicate-filtering" branch)<br>
Add SMS to APRS retry when APRS user didn't ack message. (found in "beta" branch)<br>
Store messages not acked by APRS user.<br>
Check missed messages for APRS user.<br>
Ability to send SMS to APRS by automatically using last call to phone number.<br>

Loading…
Cancel
Save