Userland AX.25 stack
Find a file
XANTRONIX Development 854d3bc9a7 Fix bug in patty_ax25_if_addr_add()
Fix bug in patty_ax25_if_addr_add() wherein, due to a typo of memcpy()
rather than memcmp(), the function would never fail to add an address
to an interface, even if it already exists on the interface
2024-03-01 00:20:47 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Allow setting baud, flow control for TNCs 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 Fix bug in patty_ax25_if_addr_add() 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