From 6638375901226a3264065c51177f13fabd4fa612 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 11 Dec 2020 09:46:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e31bc24..126f851 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ You will need an Emscripten compiler. Run the ``compile.sh`` script. ### CLI tool `wave-share` +--- + +**Important:** This CLI tool was the prototype for the now standalone library [ggwave](https://github.com/ggerganov/ggwave). Make sure to check it out, as it has more up-to-date examples for the application of this data-over-sound type of communication. + +--- + 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