Userland AX.25 stack
Find a file
XANTRONIX Development 98490f79a7 Fix select() portability issues in src/server.c
Fix select() portability issues in src/server.c by using gettimeofday()
immediately prior to and after calling select() to calculate elapsed
time since blocking on select()
2024-03-01 00:20:47 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Rename patty_ax25_sock member 'status' to 'state' 2024-03-01 00:20:47 -05:00
include/patty Implement SOCK_DGRAM 2024-03-01 00:20:47 -05:00
src Fix select() portability issues in src/server.c 2024-03-01 00:20:47 -05:00
configure Add byte order swapping macros to configure 2024-03-01 00:20:46 -05:00
Makefile Move test files to examples/; build libpatty 2024-03-01 00:20:46 -05:00