aprsd/aprsd/threads
Hemna 44696fbc56 Ignore callsign case while processing packets
This patch fixes an issue where aprsd was deciding if it was
supposed to process a packet destined for itself or not.  It was
making a case sensitive comparison.  This patch makes that comparison
case insensitive for the callsign itself.
2022-11-30 13:57:25 -05:00
..
__init__.py Fixed pep8 errors 2022-11-23 13:00:36 -05:00
aprsd.py Update aprsd thread base class to use queue 2022-11-23 13:01:06 -05:00
keep_alive.py Use new aprsd.callsign as the main callsign 2022-11-23 13:01:01 -05:00
rx.py Ignore callsign case while processing packets 2022-11-30 13:57:25 -05:00