Skip to content

antonygiomarxdev/maverick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maverick

LoRaWAN. Offline. Always.

Self-contained LoRaWAN gateway + network server for edge deployments where connectivity is unreliable or nonexistent.

Install · Quick Start · Why Maverick · Extensions · Community


What is this?

Maverick is a gateway and LoRaWAN network server in one binary. It runs on a Raspberry Pi in the middle of a cornfield, reads packets from a SX1302/SX1303 radio over SPI, stores everything in local SQLite — and keeps working even when the satellite link goes down for three days.

No cloud required. No external dependencies. Your data is on that device until you decide otherwise.

┌──────────────────────────────────────────────────────────┐
│  Raspberry Pi (edge)                                      │
│  ┌────────────────┐     ┌─────────────────────────────┐  │
│  │   SX1303 HAT    │────▶│        maverick-edge        │  │
│  │   (radio)       │     │  gateway + LNS + SQLite    │  │
│  └────────────────┘     └─────────────────────────────┘  │
│                                      │                   │
│                          Extensions: TUI, HTTP, MQTT, AI│
└──────────────────────────────────────────────────────────┘
                                      │
                                      │ when connected
                                      ▼
                               Maverick Cloud (future)

Why Maverick

Traditional LNS Maverick
Requires internet Yes No
Runs on Raspberry Pi Needs gateway + server Single binary
Data if offline Lost Persists locally
Extension crash May affect LNS Isolated
Setup complexity High `curl ...

Works with existing packet forwarders too (UDP/GWMP), if you already have gateway hardware.

Quick Start

Install (one command)

curl -fsSL https://raw.githubusercontent.com/antonygiomarxdev/maverick/main/scripts/install-linux.sh | bash

Or manual:

# Download from releases
wget https://github.com/antonygiomarxdev/maverick/releases/latest/download/maverick-edge-linux-armv7.tar.gz
tar -xzf maverick-edge-linux-armv7.tar.gz
sudo mv maverick-edge /usr/local/bin/

# Run setup (interactive)
maverick-edge setup

Verify

maverick-edge health
maverick-edge status

Configure

Edit /etc/maverick/lns-config.toml to add your devices and region. Then:

maverick-edge radio ingest-loop

That's it. Uplinks go to SQLite. Connect a dashboard extension when you're ready.

Extensions

Everything is optional. Default install is just maverick-edge — nothing else.

Extension When you need it
maverick-tui Terminal console for device management
maverick-dashboard (future) Web UI for visualization
maverick-http (future) Forward uplinks via HTTP webhooks
maverick-mqtt (future) Publish to MQTT broker
maverick-ai (future) Anomaly detection, AI analytics

Extensions are separate processes. If one crashes, maverick-edge keeps running.

Architecture

maverick-edge
┌────────────────────────────────────────────────────────────┐
│  Radio SPI  │  SQLite  │  CLI  │  Extension IPC           │
│  (SX1302/3) │ (local)  │       │  (HTTP, Unix socket)     │
└────────────────────────────────────────────────────────────┘
       │                                      │
       ▼                                      ▼
  LoRa Frames                          Extensions
  (uplinks ↓                           (optional)
   downlinks ↑)

Status

Public beta — v0.x. Core ingest path works. Extensions are being built.

Roadmap: ROADMAP.md

Install Options

Method Use case
install.sh Production deployments
Docker Try it locally
Source build Development

Build from source

git clone https://github.com/antonygiomarxdev/maverick
cd maverick
cargo build --release -p maverick-runtime-edge
./target/release/maverick-edge --version

Docker (local testing)

docker compose up

Community

Contributions welcome: core, extensions, hardware compatibility, docs.

Related

Project How it relates
ChirpStack LNS, requires PostgreSQL + MQTT + internet
The Things Stack LNS, cloud-first
Helium Decentralized wireless, depends on hotspot network
Maverick Offline-first, local, self-contained

License

MIT — see LICENSE

About

Offline-first LoRaWAN gateway + network server in a single binary. Runs on Raspberry Pi. No cloud required.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages