tncattach icon indicating copy to clipboard operation
tncattach copied to clipboard

Attach TNC devices as network interfaces

Results 5 tncattach issues
Sort by recently updated
recently updated
newest added

Hi markvist I've compiled your sw on my Rpi to connect KPC3 in kiss mode via ethernet BPQ device on another machine. My idea is to have all services on...

It would be really nice if tncattach could handle IP frames itself, as it does now, but anything non-IP gets passed through to a TCP socket so another application (e.g....

Hey, love this. Would be great if it were possible to specify a script that would be sent to the TNC on startup, to put TNCs that aren't always in...

According to the https://man7.org/linux/man-pages/man2/write.2.html ``` Note that a successful write() may transfer fewer than count bytes. ``` These fix it https://github.com/IhorNehrutsa/tncattach/blob/c9685738625570af1b54b8c047b0b1d60f8b4f73/KISS.c#L23-L32 https://github.com/IhorNehrutsa/tncattach/blob/c9685738625570af1b54b8c047b0b1d60f8b4f73/KISS.c#L86-L96