Attaches TNC devices to new network interfaces. Works with TCP and serial ports (i.e. direwolf, fldigi, or a hardware tnc on a serial connection). https://github.com/markqvist/tncattach https://unsigned.io/tncattach/
Go to file
Mark Qvist 85ebb3d7b1 Basic implementation done 2020-05-26 17:59:56 +02:00
.gitignore Serial driver and basic KISS interface implemented 2020-05-25 16:31:55 +02:00
Constants.h Basic implementation done 2020-05-26 17:59:56 +02:00
KISS.c Basic implementation done 2020-05-26 17:59:56 +02:00
KISS.h Basic implementation done 2020-05-26 17:59:56 +02:00
LICENSE Initial commit 2020-05-25 13:29:33 +02:00
README.md Updated readme 2020-05-25 17:10:29 +02:00
Serial.c Basic implementation done 2020-05-26 17:59:56 +02:00
Serial.h Basic implementation done 2020-05-26 17:59:56 +02:00
TAP.c Basic implementation done 2020-05-26 17:59:56 +02:00
TAP.h Basic implementation done 2020-05-26 17:59:56 +02:00
makefile Serial driver and basic KISS interface implemented 2020-05-25 16:31:55 +02:00
tncattach.c Basic implementation done 2020-05-26 17:59:56 +02:00

README.md

TNC Attach

Attach KISS TNC devices as network interfaces in Linux and macOS.

Work in progress. Check back soon.