An open API service indexing awesome lists of open source software.

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

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