You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
477 B

# Installation and running the RPi-LoRa-shield with APRX
## Install needed packages
`
sudo apt install python3 python3-rpi.gpio python3-spidev aprx screen git python3-pil python3-smbus
`
## Checkout the code
Clone this repository.
## Configuration
Edit /etc/aprx.conf according to example in aprx/aprx.conf.lora-aprs
## Start the LoRa KISS TNC and aprx server instance
```
python3 Start_lora-tnc.py &
sudo aprx
```
## Stop the server's
```
sudo killall aprx python3
```