infinity-aps / infinity_aps

Infinity APS - oref0 compatible closed loop built on Elixir and Nerves
27 stars 4 forks source link

Find a way to apply the configuration without rebooting #9

Open David-Gil opened 6 years ago

David-Gil commented 6 years ago

Find a way to apply the configuration without using Nerves.Runtime.reboot/0

tmecklem commented 6 years ago

I think we could achieve this by using the Nerves SystemRegistry. This needs some research if anyone has the time to dig into https://github.com/nerves-project/system_registry. (It's already used in the project by nerves_network)