From 426ce46c5dee42605a63214f348ad561e8336e5f Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 10 Aug 2019 11:45:03 +0300 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f92a8e1..6ff1fe8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,24 @@ For convenience, a [simple WebRTC hack](https://github.com/diafygi/webrtc-ips) i ## Build -To build this project you need Emscripten compiler. Additionally, you need [FFTW](http://www.fftw.org) built with Emscripten. Run the ``compile.sh`` script. +### Web Assembly module `wave.wasm` + +You will need an Emscripten compiler. Additionally, you need [FFTW](http://www.fftw.org) built with Emscripten. Run the ``compile.sh`` script. + +### CLI tool `wave-share` + +```bash +# build +git clone https://github.com/ggerganov/wave-share +cd wave-share && mkdir build && cd build +cmake .. +make + +# running +./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. ## Known problems / stuff to improve