Skip to content

Supply Drop BBSA BBS for LoRa mesh networks, written in Rust

Works with MeshCore and Meshtastic out of the box. Runs on a Pi. Add other transports (APRS, Telnet, IRC, whatever) by writing a plugin.

Supply Drop BBS logo

See it in action โ€‹

Quick install โ€‹

Debian / Ubuntu / Raspberry Pi OS โ€” auto-detects your architecture:

sh
ARCH=$(dpkg --print-architecture)
curl -fsSL \
  "https://github.com/Mesh-America/supply-drop-bbs/releases/latest/download/supply-drop-bbs_${ARCH}.deb" \
  -o supply-drop-bbs.deb
sudo dpkg -i supply-drop-bbs.deb
sudo supply-drop-bbs setup
sudo systemctl start supply-drop-bbs

Have these on hand before running setup:

  • Radio type โ€” USB companion device or Pi HAT
  • HAT model โ€” if using a HAT (ZebraHat, Waveshare, PiMesh, etc.)
  • Region / frequency โ€” US (910.525 MHz), EU (869.618 MHz), or your local frequency

Full installation guide ยท Configuration reference

Released under the Apache 2.0 + Commons Clause License.