jmlzone / PiPtr

Repeater controller
7 stars 4 forks source link

Initialization code and configuration editor #3

Open jmlzone opened 7 years ago

jmlzone commented 7 years ago

Configuration should be stored in some format XML? and on the fly change dumped back out. There should also be a stand alone configuration editor.

jmlzone commented 7 years ago

Configuration can now be stored to XML and loaded from XML (automatically on startup) In the new code (which does not yet do anything) But someone (Bob?) can work on an editor for the configuration

see python/config.xml for an example config.

Note: each level of the objects has a tuple (list) of the variables to be stored in the XML called xmlvars.