update
This commit is contained in:
15
README.md
15
README.md
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user