aprsd/aprsd
Hemna b14307270c Added support for loading extensions
This patch adds support for loading extenions
to APRSD!!

You can create another separate aprsd project, and register
your extension in your setup.cfg as a new entry point for aprsd
like

[entry_points]
aprsd.extension =
    cool = my_project.extension

in your my_project/extension.py file
import your commmands and away you go.
2024-02-23 16:53:42 -05:00
..
clients Update the webchat paths 2023-10-06 16:02:00 -04:00
cmds Added location for callsign tabs in webchat 2024-02-20 10:18:22 -05:00
conf Rework Location Plugin 2023-11-22 20:55:38 -05:00
log Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
packets pep8 fixes 2023-11-17 13:34:10 -05:00
plugins Force fortune path during setup test 2024-01-09 01:30:43 +00:00
rpc Removed some RPC server log noise 2023-08-28 09:19:54 -04:00
threads Test new packet serialization 2023-11-17 11:39:42 -05:00
utils Added support for loading extensions 2024-02-23 16:53:42 -05:00
web Added location for callsign tabs in webchat 2024-02-20 10:18:22 -05:00
__init__.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
cli_helper.py Added support for loading extensions 2024-02-23 16:53:42 -05:00
client.py rewrote packet_list and drop dupe packets 2023-09-28 12:19:18 -04:00
exception.py Fixed up config option checking for KISS 2022-02-21 16:04:33 -05:00
main.py Added support for loading extensions 2024-02-23 16:53:42 -05:00
messaging.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
plugin.py cleanup some debug messages 2023-04-25 14:29:26 -04:00
plugin_utils.py Fixed a bug with OWMWeatherPlugin 2023-11-24 19:15:52 -05:00
stats.py Restore previous conversations in webchat 2023-09-05 14:14:52 -04:00
wsgi.py Fix for types 2023-11-17 14:23:29 -05:00