feat: add uConsole CM5 host with Reticulum mesh network support #61

Merged
gortium merged 10 commits from feat/uconsole-cm5-v3 into master 2026-06-06 13:19:20 +00:00
4 changed files with 303 additions and 2 deletions
Showing only changes of commit 29cc20bb04 - Show all commits

View File

@@ -107,6 +107,7 @@
# ============================================================
systemd.services.rnsd = {
description = "Reticulum Network Stack Daemon";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
@@ -124,6 +125,7 @@
# ============================================================
systemd.services.kismet = {
description = "Kismet Wi-Fi Monitor & IDS";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {