Update README

This commit is contained in:
Zenith 2026-04-05 12:27:38 -04:00 committed by GitHub
commit 4c8b86d642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,16 +21,18 @@ Windows fork by SP5LOT https://github.com/SP5LOT/modem73
### Linux ### Linux
On a system with `apt`? Run the installer script:
```
./install.sh
```
1. Install dependencies 1. Install dependencies
``` ```
# Debian/Ubuntu/Pi # Debian/Ubuntu/Pi
sudo apt install git build-essential libncurses-dev g++ sudo apt install git build-essential libncurses-dev g++
``` ```
Or if on a system with `apt` run:
```
./install.sh
```
#### Optional Addons #### Optional Addons
@ -124,6 +126,10 @@ while running `rigctld`
./modem73 --ptt cm108 --cm108-gpio 3 ./modem73 --ptt cm108 --cm108-gpio 3
``` ```
### Control port
A control port for modem73 will automatically start on port `8073` by default. View `CONTROL_PORT.md` for the full JSON spec
## Updating ## Updating