Update README.md

This commit is contained in:
DJ2LS 2020-12-26 10:50:07 +01:00 committed by GitHub
parent f3765c6ee1
commit 4e77be7149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,4 +53,12 @@ Create audio sinkhole
```
sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT2
```
## TNC 1
```
./main.py --port 3000 --tx 1 --rx 1
```
## TNC 2
```
./main.py --port 3001 --tx 2 --rx 2
```