Userland AX.25 stack
Find a file
XANTRONIX Development f80cc4055f Implement interface resetting
Changes:

    * Implement patty_ax25_if_reset() to allow pattyd(8) to attempt to
      reset the network interface in the event of an I/O error

    * Move existing link resetting code in src/aprs_is.c to
      patty_ax25_aprs_is_reset(); allow src/server.c to call this rather
      than within src/aprs_is.c itself

    * Implement patty_kiss_tnc_reset(); this simply sets errno to ENOSYS
      and returns -1 for the time being
2024-03-01 00:20:47 -05:00
bin Search for patty.sock in ax25dump(8), tncd(8) 2024-03-01 00:20:47 -05:00
doc Add APRS-IS interface documentation to doc/pattyd.conf.5 2024-03-01 00:20:47 -05:00
examples Move examples/ax25dump.c to bin/ 2024-03-01 00:20:47 -05:00
include/patty Implement interface resetting 2024-03-01 00:20:47 -05:00
src Implement interface resetting 2024-03-01 00:20:47 -05:00
.gitignore Update .gitignore 2024-03-01 00:20:47 -05:00
configure Fix bug with ./configure on Darwin 2024-03-01 00:20:47 -05:00
Makefile Initial implementation of doc/pattyd.conf.5 2024-03-01 00:20:47 -05:00