Reticulum Network Stack in Go
Find a file
2025-11-21 15:19:27 -06:00
.github remove workflows 2025-11-13 10:30:32 -06:00
cmd/reticulum-go fix: update TargetHost for Quad4 TCP interface from rns.quad4.io to rns2.quad4.io 2025-11-20 21:44:51 -06:00
docker Update Dockerfiles to use Go version 1.25 with ARG for flexibility 2025-09-25 03:31:57 -05:00
internal suppress errors on file removal in SaveRatchet and LoadRatchets methods for improved error handling 2025-11-21 12:45:40 -06:00
pkg Add HandleIncomingLinkRequest and GetLinkID methods for improved link handling and status retrieval; enhance logging for link proof generation and sending process. 2025-11-21 12:43:22 -06:00
.deepsource.toml ci: add .deepsource.toml 2024-12-31 17:51:22 +00:00
.gitignore add examples to gitignore for now 2025-10-30 18:57:48 -05:00
CONTRIBUTING.md Update 2025-10-31 07:39:41 -05:00
donate.md add donation information and funding options 2025-11-10 12:57:25 -06:00
go.mod chore: update golang.org/x/crypto dependency to v0.45.0 in go.mod and go.sum 2025-11-20 18:22:08 -06:00
go.sum chore: update golang.org/x/crypto dependency to v0.45.0 in go.mod and go.sum 2025-11-20 18:22:08 -06:00
LICENSE update license 2025-05-04 03:47:09 -05:00
Makefile update: Makefile with debug build target and update help text 2025-11-09 00:01:19 -06:00
README.md Update README.md 2025-11-21 15:19:27 -06:00
revive.toml update revive linter rules 2025-11-20 21:46:15 -06:00
SECURITY.md Update 2025-10-31 07:39:51 -05:00
TODO.md Update TODO 2025-11-20 21:24:36 -06:00

Socket Badge Multi-Platform Tests Gosec Scan Multi-Platform Build Revive Linter

Reticulum-Go

A Go implementation of the Reticulum Network Stack.

Goals

  • To be fully compatible with the original Python implementation.
  • Additional privacy and security features.
  • Support for a broader range of platforms and architectures legacy and modern.

Quick Start

Prerequisites

  • Go 1.24 or later

Build

make build

Run

make run

Test

make test

Embedded systems and WebAssembly

For building for WebAssembly and embedded systems, see the tinygo branch. Requires TinyGo 0.37.0+.

Note: I am not actively working on webassembly support at the moment.

make tinygo-build
make tinygo-wasm

Experimental Features

Build with experimental Green Tea GC (Go 1.25+):

make build-experimental

Official Channels

Donations

See donate.md for more information.