aprsd/aprsd
Hemna e13ca0061a Convert config to oslo_config
This patch is the initial conversion of the custom config
and config file yaml format to oslo_config's configuration mechanism.

The resulting config format is now an ini type file.

The default location is ~/.config/aprsd/aprsd.conf

This is a backwards incompatible change.  You will have to rebuild
the config file and edit it.

Also any aprsd plugins can now define config options in code and
add an setup.cfg entry_point definition
oslo_config.opts  =
  foo.conf = foo.conf:list_opts
2022-12-24 16:51:40 -05:00
..
clients Removed Packet.send() 2022-12-21 16:26:36 -05:00
cmds Convert config to oslo_config 2022-12-24 16:51:40 -05:00
logging Convert config to oslo_config 2022-12-24 16:51:40 -05:00
packets Convert config to oslo_config 2022-12-24 16:51:40 -05:00
plugins Convert config to oslo_config 2022-12-24 16:51:40 -05:00
threads Convert config to oslo_config 2022-12-24 16:51:40 -05:00
utils Convert config to oslo_config 2022-12-24 16:51:40 -05:00
web reworked collecting and reporting stats 2022-12-18 21:54:34 -05:00
__init__.py Use Gray instead of Black for code formatting. 2021-08-23 13:32:09 -04:00
aprsd.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
cli_helper.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
client.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
config.py Removed watchlist plugins 2022-12-21 11:18:26 -05:00
exception.py Fixed up config option checking for KISS 2022-02-21 16:04:33 -05:00
flask.py Removed Packet.send() 2022-12-21 16:26:36 -05:00
messaging.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
plugin.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
plugin_utils.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
stats.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00