1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-02-24 02:00:21 -05:00

4 Commits

Author SHA1 Message Date
c34a82108b fixed tox failures 2025-11-26 20:28:25 -05:00
961d3e946a Fixed unit tests 2025-10-11 20:23:44 -04:00
af0feaf9c8 Fixed some unit tests
Fixed unit tests related to the updated static method signatures
of the client and drivers.
2025-10-07 14:18:50 -04:00
1c39546bb9 Reworked the entire client and drivers
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.
2025-04-23 20:52:02 -04:00