aprsd/aprsd/clients
Hemna bd005f628d Reworked the stats making the rpc server obsolete.
This patch implements a new stats collector paradigm
which uses the typing Protocol.  Any object that wants to
supply stats to the collector has to implement the
aprsd.stats.collector.StatsProducer protocol, which at the
current time is implementing a stats() method on the object.

Then register the stats singleton producer with the collector by
calling collector.Collector().register_producer()

This only works if the stats producer object is a singleton.
2024-04-02 09:30:43 -04:00
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
aprsis.py Reworked the stats making the rpc server obsolete. 2024-04-02 09:30:43 -04:00
fake.py Refactored packets 2024-03-20 15:41:25 -04:00
kiss.py Update client.py to add consumer in the API. 2024-03-28 16:51:56 -04:00