From b478ca346edc43c44abf261963885d3d36fde6e2 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Tue, 31 Dec 2024 14:30:38 -0600 Subject: [PATCH] update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f867b..e966d88 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Reticulum-Go -Reticulum Network Stack in Go. +[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go + +Aiming for full spec compatibility with the Python version 0.8.8+. ## To-Do List @@ -97,6 +99,9 @@ Reticulum Network Stack in Go. - [x] Segmentation - [x] Cleanup routines +### Compatibility +- [ ] RNS Utilities Compatibility + ### Testing & Validation - [ ] Unit tests for all components (Link, Resource, Destination, Identity, Packet, Transport, Interface) - [ ] Integration tests