Update README.md

This commit is contained in:
Georgi Gerganov
2020-12-19 11:25:32 +02:00
committed by GitHub
parent 12f9415ba0
commit d204ab30ff

View File

@@ -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: