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: