mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-21 02:38:42 -04:00
This patch includes a completely reworked client structure. There is now only 1 client object, that loads the appropriate drivers. The drivers are fake, aprsis and tcpkiss. The TCPKISS client was written from scratch to avoid using asyncio. Asyncion is nothing but a pain in the ass. |
||
---|---|---|
.. | ||
client | ||
cmds | ||
plugins | ||
__init__.py | ||
fake.py | ||
mock_client_driver.py | ||
test_packets.py | ||
test_plugin.py |