Userland AX.25 stack
Find a file
XANTRONIX Development 88743a5754 Decouple interface names from patty_ax25_if
Changes:

    * Remove interface name argument from patty_ax25_if_new()

    * Add interface name argument to patty_ax25_server_if_add()

    * Add interface name argument to patty_daemon_if_add()

    * In src/server.c, implement 'struct if_entry' to hold the interface
      name, file descriptor, and pointer to a patty_ax25_if object, to
      recouple names to their respective interfaces

    * Add a return argument to patty_bin_if_create() to store a pointer
      to a new interface name created from a declaration
2024-03-01 00:20:47 -05:00
bin Decouple interface names from patty_ax25_if 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 Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
src Decouple interface names from patty_ax25_if 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