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

View File

@@ -1,18 +1,9 @@
# Reticulum-Go
> [!NOTE]
> 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.
[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go `1.24`.
Aiming for full spec compatibility with the Python version 0.9.2.
`Go 1.24.0`
External Packages:
- `golang.org/x/crypto`
# Testing
```
@@ -29,6 +20,10 @@ make run
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
```
## External Packages
- `golang.org/x/crypto` - Cryptographic primitives
## To-Do List
### Core Components (In Progress)