bmx-routing / bmx7

BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
GNU General Public License v2.0
63 stars 15 forks source link

bmx7_uci_config: auto reload on changes #17

Closed aparcar closed 6 years ago

aparcar commented 6 years ago

is it possible to make bmx7 watch the uci config file? another way is to give bmx7 the actions via -c and let bmx7 sync the settings - is that preferred?

axn commented 6 years ago

The reason to not sync automatically after a given 'bmx7 -c ...' command is that temporary settings could be reverted with 'uci revert bmx7' (To make them persistent call 'uci bmx7 commit') If settings are applied with 'uci set bmx7...' they could be applied with 'bmx7 -c configReload'

aparcar commented 6 years ago

ack