...
The SmartMesh network stack comes with Over-The-Air-Programming (OTAP) capability - the firmware you develop can leverage this capability. OTAP allows you to upgrade the firmware on a SmartMesh IP Mote in the network remotely, without needing physical access.
...
Tip | ||||
---|---|---|---|---|
To speed up the transfer of the OTAP file from the onto the target device, you can switch the network to backbone mode (see SmartMesh IP User's Guide) by entering the following commands on the SmartMesh IP Manager, and then resetting it:
|
Modify the 02-gpio_net
Sample Application
...
Code Block |
---|
// CLI task cli_task_init( &gpio_net_app_v.cliContext, // cliContext "gpio_net2", // appName &cliCmdDefs // cliCmds ); |
...
Compile the 02-gpio_net
Sample Application
...