From 3afc6dd4628ea153e6432d51e7cf5ea3ce806d87 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 9 May 2021 11:39:28 +0200 Subject: [PATCH] Update README.md --- README.md | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index f5e928c2..565350f6 100644 --- a/README.md +++ b/README.md @@ -26,40 +26,11 @@ chmod +x ~/install_socket_tnc.sh ## Usage main program ``` -./main.py --port 3000 --tx 1 --rx 1 +python3 main.py --rx 1 --tx 1 --deviceport /dev/ttyUSB0 --deviceid 311 ``` -## Usage testclient +## Usage GUI ``` -./socketclient.py --port 3000 --data "BC: hello" +cd tools/tnc_gui +python3 tnc_gui.py ``` - - -## Socket Commands - -Send a simple broadcast -``` -BC: -``` -Send an ARQ like frame which will ask the receiver for acknowledgement -``` -ACK: -``` - - -## Other stuff - -### Audio sinkhole -Send real audio without external devices or sound cards -``` -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 -``` -