patty/src
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
..
aprs_is.c Implement APRS-IS interface type 2024-03-01 00:20:47 -05:00
ax25.c Use snprintf() to format SSID in patty_ax25_ntop() 2024-03-01 00:20:47 -05:00
client.c Implement patty_client_ping() 2024-03-01 00:20:47 -05:00
conf.c Fix patty_conf_read() backslash escape bug 2024-03-01 00:20:47 -05:00
daemon.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
error.c Implement src/error.c 2024-03-01 00:20:47 -05:00
frame.c Improve frame encoding error handling, reporting 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Split patty_ax25_if_recv() into specific parts 2024-03-01 00:20:47 -05:00
kiss.c Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Implement APRS-IS interface type 2024-03-01 00:20:47 -05:00
print.c PATTY_AX25_ADDRESS_LEN -> PATTY_AX25_ADDRSTRLEN 2024-03-01 00:20:47 -05:00
route.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
server.c Split patty_ax25_if_recv() into specific parts 2024-03-01 00:20:47 -05:00
sock.c Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00
tnc.c Split patty_ax25_if_recv() into specific parts 2024-03-01 00:20:47 -05:00