Hi all,
as mentioned in my RFC on GitHub [1] I thought of a simple way to
configure a cloud (from within the cloud) by using the bmx7-sms plugin
[2]. To show you the idea and how it could work please check my fork [3].
Here the commit message:
* lime-cc-client
check every 5 minutes for a new configuration received by bmx7-sms.
if the configuration is valid and the node is trusted the configuration
is used as default, lime-config and lime-apply runs.
if not, the configuration is ignored.
* lime-cc-server
distributes it own lime-defaults to the cloud. If changes happen to the
config it will be distributed to the cloud.
Would be happiest to hear for comments.
Best,
Paul
[1]
https://github.com/libremesh/lime-packages/issues/304
[2]
https://github.com/bmx-routing/bmx7#sms-plugin
[3]
https://github.com/aparcar/lime-packages/commit/e8ceb46dd56166398161090bc75…