Firmware for the WiFi Module for the SensorNode.
For more information have a look at Code for Chemnitz: SensorNode project
SSID
Set
curl --data "ssid=<ssid>" http://<ip|hostname>/config/wifi/sta/ssid
WiFi password
Set
curl --data "password=<password>" http://<ip|hostname>/config/wifi/sta/password
Register
Register SensorNode at the Backendserver
curl --data "[email protected]" http://<ip|hostname>/action/register
Save config
curl http://<ip|hostname>/action/save
Restart node
curl http://<ip|hostname>/action/restart