From f59e9f785ab6ad5e3ee808f6e38d35b82dd40631 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 23 Dec 2020 21:13:30 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b264a3b9..60bb9266 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ This software has been heavily inspired by https://github.com/xssfox/freedv-tnc/ 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