aprsd/aprsd
Hemna 61967b5fe8 Removed TXThread
Since all outbound messages have a send() method that starts
a separate there, there really is no reason for the transmit queue
thread at all.  All it did was get a message from the queue and then
call send on it, which would start another thread.  This removes that
intermediate TXThread.   When you want to send a message just call
send() on the message object.
2021-08-24 15:22:50 -04:00
..
plugins Removed TXThread 2021-08-24 15:22:50 -04:00
web Added tracking plugin processing 2021-08-23 13:45:01 -04:00
__init__.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
client.py Updated select timeouts 2021-08-24 13:31:33 -04:00
dev.py Rebase from master and run gray 2021-08-23 14:08:14 -04:00
fake_aprs.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
flask.py Added tracking plugin processing 2021-08-23 13:45:01 -04:00
fuzzyclock.py Lots of fixes 2021-01-08 20:58:18 -05:00
healthcheck.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
listen.py Updated select timeouts 2021-08-24 13:31:33 -04:00
main.py Removed TXThread 2021-08-24 15:22:50 -04:00
messaging.py Removed TXThread 2021-08-24 15:22:50 -04:00
packets.py Removed TXThread 2021-08-24 15:22:50 -04:00
plugin.py Updated select timeouts 2021-08-24 13:31:33 -04:00
plugin_utils.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
stats.py Added tracking plugin processing 2021-08-23 13:45:01 -04:00
threads.py Removed TXThread 2021-08-24 15:22:50 -04:00
trace.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
utils.py Added days to uptime string formatting 2021-08-24 14:08:24 -04:00