From a24a1126b3b6ffbd9de7079ffde6262f6bffd107 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 10 Aug 2019 12:16:42 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff1fe8..d10dc08 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ You will need an Emscripten compiler. Additionally, you need [FFTW](http://www.f ### CLI tool `wave-share` +This is a simple tool that receives and sends data using the explained `wave-share` sound tx/rx protocol. Type some text on the standard input and press Enter to transmit. + ```bash # build git clone https://github.com/ggerganov/wave-share @@ -84,7 +86,9 @@ make ./wave-share ``` -This is a simple tool that receives and sends data using the `wave-share` protocol. Type some text on the standard input and press Enter to transmit. +Here is a short demo: + +Wave-share: command line tool ## Known problems / stuff to improve