diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /plugins/devices/pktnc2 | |
Initial push
Diffstat (limited to 'plugins/devices/pktnc2')
| -rw-r--r-- | plugins/devices/pktnc2/README.md | 16 | ||||
| -rw-r--r-- | plugins/devices/pktnc2/plugin.yaml | 37 |
2 files changed, 53 insertions, 0 deletions
diff --git a/plugins/devices/pktnc2/README.md b/plugins/devices/pktnc2/README.md new file mode 100644 index 0000000..3b9dd2e --- /dev/null +++ b/plugins/devices/pktnc2/README.md @@ -0,0 +1,16 @@ +# Device: PK-TNC2 + +**Status:** Planned — probe serial port after hardware delivery. + +PK-TNC2 / TNC-2 (TheFirmware) profile for HyBBX `packet_radio` with `tnc=tnc2`. + +## Preparation + +```bash +# After delivery: edit stacks/tncs/pktnc2-serial.env +./stacks/tncs/pktnc2-boot-wait.sh +``` + +HyBBX: `share/hybbx/pktnc2-host.ini.example` + +Reuses `tnc2c-probe` for port scan. diff --git a/plugins/devices/pktnc2/plugin.yaml b/plugins/devices/pktnc2/plugin.yaml new file mode 100644 index 0000000..0e3dc79 --- /dev/null +++ b/plugins/devices/pktnc2/plugin.yaml @@ -0,0 +1,37 @@ +id: pktnc2 +type: device +parent_stack: MainAX25-Stack (MAX25-Stack) +hardware: tncs +label: PK-TNC2 / TNC-2 (TheFirmware) +status: planned + +hybbx: + plugin: packet_radio + profile: tnc2 + aliases: [pktnc2, pk-tnc2, tapr, thefirmware] + protocol: kiss + serial_line: 8n1 + kiss_entry: auto + +serial: + default_device: /dev/ttyUSB1 + default_baud: 9600 + +rf: + radio_baud: 1200 + band: cb + +scripts: + boot_wait: stacks/tncs/pktnc2-boot-wait.sh + probe: stacks/tncs/tnc2c-probe + +ini: + - share/hybbx/pktnc2-host.ini.example + +client: + - share/clients/pktnc2.yaml + +docs: + - stacks/tncs/docs/TNC2C-REFERENCE.md + +notes: Planned device — probe serial port after hardware inventory. |
