storage handling
by Nakamura, Yusuke (ADITJ/SWG)
Hi
I'm working on Connman integrated in an automotive system.
I'd like to reduce the frequency of writing data to the file system as much as possible since it requires to support long term lifecycle and limited storage capability.
Connman always saves a keyfile to the file system (/var/lib/connman/service_name) when it connects to an access point successfully.
If the user connects to the usual access point, the key to be updated in the keyfile is usually only "Modified".
As far as I can see no one in the Connman seems to rely on this key. Therefore I'd like to make Connman not to save the keyfile to the file system if updated key is only "Modified".
What do you think?
Thanks,
Yusuke.