aprsd/aprsd/utils
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
..
__init__.py Add unit tests for webchat 2022-12-14 08:26:12 -05:00
counter.py Reworked all packet processing 2022-12-16 15:58:02 -05:00
fuzzyclock.py Refactor utils to directory 2022-11-23 13:00:36 -05:00
json.py reworked collecting and reporting stats 2022-12-18 21:54:34 -05:00
objectstore.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
ring_buffer.py Make tracking objectstores work w/o initializing 2022-12-17 20:06:28 -05:00
trace.py Moved trace.py to utils 2022-11-23 13:00:36 -05:00