Userland AX.25 stack
Find a file
XANTRONIX Development 8f3bcc3d41 Use posix_openpt() for creating pseudo TTY pairs
Use posix_openpt() for creating pseudo TTY pairs, rather than depending
on the presence of /dev/ptmx, which is not a portable assumption
2024-03-01 00:20:47 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Use posix_openpt() for creating pseudo TTY pairs 2024-03-01 00:20:47 -05:00
include/patty Allow setting baud, flow control for TNCs 2024-03-01 00:20:47 -05:00
src Use posix_openpt() for creating pseudo TTY pairs 2024-03-01 00:20:47 -05:00
.gitignore Add .gitignore 2024-03-01 00:20:47 -05:00
configure Portability fixes for ./configure 2024-03-01 00:20:47 -05:00
Makefile Move test files to examples/; build libpatty 2024-03-01 00:20:46 -05:00