aprsd/aprsd/cmds
Hemna a656d93263 Added new PacketCollector
this patch adds the new PacketCollector class.
It's a single point for collecting information about
packets sent and recieved from the APRS client.
Basically instead of having the packetlist call the seen list
when we get a packet, we simply call the PacketCollector.rx(),
which in turn calls each registered PacketMonitor class.

This allows us to decouple the packet stats like classses inside
of APRSD.  More importantly, it allows extensions to append their
own PacketMonitor class to the chain without modifying ARPSD.
2024-04-16 14:34:14 -04:00
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Replace ratelimiter with rush 2023-07-08 17:30:22 -04:00
dev.py Updated dev test-plugin command 2024-01-19 11:30:15 -05:00
fetch_stats.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
healthcheck.py Removed RPC Server and client. 2024-04-05 12:50:01 -04:00
list_plugins.py Got unit tests working again 2024-04-02 09:30:45 -04:00
listen.py Added new PacketCollector 2024-04-16 14:34:14 -04:00
send_message.py Added new PacketCollector 2024-04-16 14:34:14 -04:00
server.py Admin UI working again 2024-04-05 15:03:22 -04:00
webchat.py Get rid of some useless warning logs 2024-04-10 13:59:32 -04:00