Hi Daniel, > > - why config is in XML and why does it duplicates some data that is > > stored in connman and ofono? I'd rather use simple pickle if it is > > meant to be always in Python, or ini-like format as allowed by the > > ConfigFile python module, it would be more in sync with connman :-) > > It is not really import in what format the configuration is. The choice > to for XML was based on the fact that managers like XML. They understand > what XML is. That's all. Could be anything else. > > A good question is what kind of information is stored in this file. The > aim is that you can preconfigure your connection manager (provisioning) > so that the user (driver) doesn't have to do anything.
actually ConnMan supports that already. Look at doc/config-format.txt. You just drop one of these in /var/lib/connman/ and it will provision services for you. These services even become immutable and thus protected from end user interference. Regards Marcel _______________________________________________ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman