mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Feature Request: "Reboot" for System and LoRaWAN Config #175

Open forrestfiller opened 7 years ago

forrestfiller commented 7 years ago

It would be great to start fresh when you feel like you're getting stuck and have attempted to re-provision platform or LoRaWAN.

When you are connected to the Catena via serial monitor type in something like:

system configure reboot

which would then give you an OK or a platform reboot confirmed... or for the LoRaWAN provisioning side:

lorawan configure reboot

reponse similar: OK \n and then lorawan reboot confirmed

Is there a way to print out the LoRaWAN config as you can with system configure platformguid ? It would be handy for confirmation, although I'm not sure if this would be inappropriate through the lens of modern IoT security... Just something for your initial provisioning. Perhaps it could be followed up by a second step which removed the ability to print out the info in the serial monitor.

terrillmoore commented 5 years ago

Finally making progress system configure reboot was added in Catena-Arduino-Sketches by https://github.com/mcci-catena/Catena-Arduino-Platform/commit/0c05346cca225cf54c883b6e44cb6486e2aaa0a7. lorawan configure reset or equivalent is requested in https://github.com/mcci-catena/Catena-Arduino-Platform/issues/4, and will be addressed soon (today?)