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
d5bf540aea
commit
f59e9f785a
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -20,6 +20,16 @@ This software has been heavily inspired by https://github.com/xssfox/freedv-tnc/
|
||||||
sudo apt install portaudio19-dev
|
sudo apt install portaudio19-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage main program
|
||||||
|
```
|
||||||
|
./main.py --port 3000 --tx 1 --rx 1
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage testclient
|
||||||
|
```
|
||||||
|
./socketclient.py --port 3000 --data "BC: hello"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Socket Commands
|
## Socket Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue