Update README.md

This commit is contained in:
Ivan
2025-02-14 16:04:46 +00:00
committed by GitHub
parent cb1e4a1115
commit fa1c80169e

View File

@@ -1,5 +1,8 @@
# Reticulum-Go
> [!NOTE]
> This is WIP and not ready as of FEB 2025, Code might be a little messy in some areas.
[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go.
Aiming for full spec compatibility with the Python version 0.8.8+.
@@ -20,12 +23,6 @@ make run
## To-Do List
**1/2/25 Notes:**
Working on fixing announce packet creation/recieving. Right now there is bidirectional communication with the TCP interface and recieving packets. Several more things need to be cleaned up and added like config generation, storing ratches etc..
![status update image](assets/status-update-2jan2025.png)
### Core Components (In Progress)
- [x] Basic Configuration System
- [x] Basic config structure
@@ -198,4 +195,4 @@ Working on fixing announce packet creation/recieving. Right now there is bidirec
- [ ] 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)
- [ ] Defense against AI-guided Traffic Analysis (separate package)