summaryrefslogtreecommitdiff
path: root/stacks/tncs/tnc2c-health.sh
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
commit04d965d67a7264a1c7c211494aebda1953df7603 (patch)
tree0ebd700a6e219f84a26a656f4bee8778bc75da7b /stacks/tncs/tnc2c-health.sh
Initial push
Diffstat (limited to 'stacks/tncs/tnc2c-health.sh')
-rwxr-xr-xstacks/tncs/tnc2c-health.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/stacks/tncs/tnc2c-health.sh b/stacks/tncs/tnc2c-health.sh
new file mode 100755
index 0000000..9d9ee10
--- /dev/null
+++ b/stacks/tncs/tnc2c-health.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Full TNC2C health check — serial, host mode, KISS, optional TX.
+# Usage:
+# ./tnc2c-health.sh # safe, no transmit
+# ./tnc2c-health.sh --tx # includes KISS send (PTT!)
+
+set -euo pipefail
+ROOT="$(cd "$(dirname "$0")" && pwd)"
+exec python3 "$ROOT/tnc2c-health.py" "$@"
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com