Userland AX.25 stack
Find a file
XANTRONIX Development adaeb0d6d2 Use openpty(3) to open PTYs
Use openpty(3) to open PTYs, to achieve compatibility with OpenBSD as
posix_openpty() returns a file descriptor which does not block on
read() nor select()
2024-03-01 00:20:47 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Use openpty(3) to open PTYs 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 openpty(3) to open PTYs 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