patty/include/patty
XANTRONIX Development a807a9ec9d Implement APRS-IS interface type
Implement an APRS-IS interface type which is capable of receiving all
APRS-IS traffic which can be represented in AX.25 frames; currently,
there are no provisions for handling extended features such as
non-numeric SSIDs, nor a client nor server which facilitate direct
APRS-IS communication.  Presently, APRS-IS traffic cannot be sent from
this interface.

Changes:

    * Add patty_ax25_aprs_is driver type in src/aprs_is.c

    * Implement 'aprs-is' interface configuration type in bin/if.c; make
      separate, smaller state machines for handling base interface
      config, KISS, and APRS-IS interface config
2024-03-01 00:20:47 -05:00
..
ax25 Implement APRS-IS interface type 2024-03-01 00:20:47 -05:00
bin Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
kiss Split patty_ax25_if_recv() into specific parts 2024-03-01 00:20:47 -05:00
ax25.h Implement APRS-IS interface type 2024-03-01 00:20:47 -05:00
client.h Implement patty_client_ping() 2024-03-01 00:20:47 -05:00
conf.h Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
daemon.h Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
dict.h Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
error.h Implement src/error.c 2024-03-01 00:20:47 -05:00
hash.h ...I've been busy. 2024-03-01 00:20:46 -05:00
kiss.h Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
list.h Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
print.h Refactor parameter decoding/display 2024-03-01 00:20:46 -05:00
timer.h Implement patty_timer_init() 2024-03-01 00:20:47 -05:00