From d204ab30ffe489257302a43491d1910a250f1523 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 19 Dec 2020 11:25:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ffd983..13a68fa 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,13 @@ Reed-Solomon decoding is finally performed to obtain the original data. The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder contains several sample applications of the library: -- [ggwave-cli](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-cli) - a command line tool for sending/receiving data through sound -- [ggwave-gui](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-gui) - a GUI tool for sending/receiving data through sound -- [ggwave-wasm](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-wasm) - a WebAssembly module for web applications + +| Example | Description | +| ------- | ----------- | +| [simple-rx](https://github.com/ggerganov/ggwave/blob/master/examples/simple-rx) | A very basic receive-only program | +| [ggwave-cli](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-cli) | A command line tool for sending/receiving data through sound | +| [ggwave-gui](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-gui) | A GUI tool for sending/receiving data through sound | +| [ggwave-wasm](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-wasm) | a WebAssembly module for web applications | Other projects using **ggwave** or one of its prototypes: