This commit is contained in:
2025-03-12 00:25:39 -05:00
parent 6b3990d399
commit fba6d51008

View File

@@ -1,18 +1,9 @@
# Reticulum-Go # Reticulum-Go
> [!NOTE] [Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go `1.24`.
> This is WIP and not ready as of MAR 2025, I am busy but will work on it when I am able to.
[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go.
Aiming for full spec compatibility with the Python version 0.9.2. Aiming for full spec compatibility with the Python version 0.9.2.
`Go 1.24.0`
External Packages:
- `golang.org/x/crypto`
# Testing # Testing
``` ```
@@ -29,6 +20,10 @@ make run
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/* revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
``` ```
## External Packages
- `golang.org/x/crypto` - Cryptographic primitives
## To-Do List ## To-Do List
### Core Components (In Progress) ### Core Components (In Progress)