mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update README.md
This commit is contained in:
parent
f3765c6ee1
commit
4e77be7149
1 changed files with 8 additions and 0 deletions
|
@ -53,4 +53,12 @@ Create audio sinkhole
|
||||||
```
|
```
|
||||||
sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT2
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue