https://github.com/sudo-ivan/reticulum-go
Reticulum Network Stack in Go
https://github.com/sudo-ivan/reticulum-go
go golang mesh-networks network networking-stack reticulum rns
Last synced: 28 days ago
JSON representation
Reticulum Network Stack in Go
- Host: GitHub
- URL: https://github.com/sudo-ivan/reticulum-go
- Owner: Sudo-Ivan
- License: mit
- Created: 2024-12-30T07:56:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T03:54:43.000Z (about 1 month ago)
- Last Synced: 2025-04-19T11:52:28.286Z (about 1 month ago)
- Topics: go, golang, mesh-networks, network, networking-stack, reticulum, rns
- Language: Go
- Homepage:
- Size: 484 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Reticulum-Go
> [!WARNING]
> This project is still work in progress. Currently not compatible with the Python version.[Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go `1.24+`.
Aiming to be fully compatible with the Python version.
# Testing
```
make install
make build
make run
```## Linter
[Revive](https://github.com/mgechev/revive)
```bash
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
```## External Packages
- `golang.org/x/crypto` `v0.37.0` - Cryptographic primitives