Skip to content

Sudo-Ivan/Reticulum-Go

Repository files navigation

Reticulum-Go

Warning

This project is still work in progress. Currently not compatible with the Python version.

Socket Badge Go Test Run Gosec Bearer Go Build Multi-Platform Go Revive Lint

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

Linter

Revive

revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*

External Packages

  • golang.org/x/crypto v0.39.0 - Cryptographic primitives