A user friendly terminal interface for managing Reticulum mesh networks and MeshChat.
- Interactive TUI: Easy to use menu system
- System Monitoring: Real time service status
- Service Management: Restart services with one click
- Network Activity:See nearby mesh devices
- Message Overview: View conversation stats
- Quick Fixes: One-click problem solving
- Detailed Logging: Track system events
git clone https://github.com/jackcox15/rnsctl
cd rnsctl
chmod +x install.sh
./install.sh# Launch interactive menu
rnsctl
# Quick status check
rnsctl status
# Show help
rnsctl help- Reticulum - Core mesh networking stack
- systemd - Service management
- Optional: MeshChat - Messaging features
- Optional: WireGuard - VPN connectivity
-
Reticulum - Cryptography based mesh networking stack by @markqvist
-
MeshChat - LXMF chat application by @liamcottle
-
Whiptail - Dialog boxes for Bash scripts
