Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 694 Bytes

SETUP.md

File metadata and controls

23 lines (19 loc) · 694 Bytes

Clone the repository.

Edit config.yaml providing your callsign, password, and a list of stations to monitor.

And then

pip3 install aprslib
pip3 install pyyaml
pip3 install flask-restful
pip3 install flask_cors

sudo apt-get install python3-twisted

Now edit stationservice.service:

  1. WorkingDirectory should be where you cloned the repository.
  2. Environment should be where your site packages are, and the current working directory.
sudo cp stationservice.service /etc/systemd/user/stationservice.service
sudo systemctl daemon-reload

Start the service with sudo systemctl start stationservice.service. Stop the service with sudo systemctl stop stationservice.service.