Corrected name and repo url for the C++ implementation.

Chad Attermann 2025-04-24 12:03:43 -06:00
commit afe615a9ec

@ -1,7 +1,7 @@
**A list of Awesome Reticulum adjacent software**
## Non-reference and WIP Reticulum implementations
- [reticulum-mcu](https://github.com/attermann/reticulum-mcu) - A work in progress C++ implementation targetting MCUs.
- [microReticulum](https://github.com/attermann/microReticulum) - A work in progress C++ implementation targeting MCUs.
- [reticulum-elixir](https://github.com/Sgiath/reticulum) - An Elixir implementation.
- [reticulum-rs](https://github.com/ellenhp/reticulum-rs) - An abandoned Rust implementation targeting `no_std` usecases.
- [retiuclum-network-stack](https://github.com/sergst83/reticulum-network-stack) - A Java based implementation.