This commit is contained in:
2025-03-11 22:22:51 -05:00
parent 4d4863aeeb
commit 15303a21dc

View File

@@ -1,7 +1,7 @@
# Reticulum-Go
> [!NOTE]
> This is WIP and not ready as of FEB 2025, Code might be a little messy in some areas.
> This is WIP and not ready as of MAR 2025, I am busy but will work on when I am able to.
[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go.
@@ -185,14 +185,4 @@ make run
- [ ] Move constants to their own files
- [ ] Remove default community interfaces in default config creation after testing
- [ ] Optimize announce packet creation and caching
- [ ] Improve debug logging system
### Other
- [ ] Rate limiting
- [ ] QoS implementation?
### Ivans Future Addon Packages
- [ ] Post-quantum cryptographic primitives (separate package)
- [ ] Hardware security module (HSM) support (separate package)
- [ ] Encrypted storage for identities (separate package)
- [ ] Defense against AI-guided Traffic Analysis (separate package)
- [ ] Improve debug logging system