a8d78d2784891d1ba618bb72f6f13e7f8b9654bf
Reticulum-Go
Warning
This project is still work in progress. Currently not compatible with the Python version.
Reticulum Network implementation in Go 1.24+.
Aiming to be fully compatible with the Python version.
Feel free to join our seperate matrix channel for this implementation.
Usage
Requires Go 1.24+
make install
make build
make run
Using Go
go install github.com/Sudo-Ivan/reticulum-go/cmd/reticulum-go@latest
Linter
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
Cryptographic Libraries
golang.org/x/cryptov0.41.0- Cryptographic primitives
Description