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