balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

Transmit config and environment to dependent devices #36

Closed jbaldwinroberts closed 7 years ago

jbaldwinroberts commented 7 years ago

The supervisor API returns config and environment parameters when I request info for a dep device. We need to store this info in the DB and transmit it to the dependant device.

jbaldwinroberts commented 7 years ago

Depends on #63

jbaldwinroberts commented 7 years ago

Final step that actually sends the values to the devices is not implemented. This is because it does not make sense for either the micro:bit or nRF51822 as they don't have any persistent memory to store the values.