c507e9125bc8b57b90ef01d24011fb7b2387f375
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.
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/*
External Packages
golang.org/x/cryptov0.39.0- Cryptographic primitives
Description