mirror of
https://github.com/RFnexus/modem73.git
synced 2026-04-27 14:30:33 +00:00
Update README
This commit is contained in:
parent
9bfcf0b564
commit
4c8b86d642
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue