Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User launches controller, which registers itself in mdns as openevc.local.
  2. Default EVE build shall have cloud eve eve_install_server=openevc.local. As long as EVE and Controller have access to the same mdns daemon (e.g. Avahi), Eve instance will be able too resolve that address
  3. Whenever new node knocks controller, corresponding message is printed in the logs with the hint on what to run to onboard it, or notification pops up in the web-ui (if we ever decided to implement one for the OpenECV)
  4. On the controller side user can list all the not-onboarded nodes detected on the network and issue command "onboard 1", where 1 is sequtial number of the node in the mentioned list.
  5. Node shall be onboarded using serial number. For simplicity, serial number can be just assigned from the controller side. This way it will be possible to onboard multiple instances into the same controller

...