# SMSGateway 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.

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

Python3.9 is recommended. Will work with older versions.

Install Dependencies:
pip install twilio flask

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