Skip to content

Instantly share code, notes, and snippets.

@gopalkildoliya
Created February 27, 2018 12:12
Show Gist options
  • Save gopalkildoliya/c6664c982bfc5cc65df7a72a56ad8d22 to your computer and use it in GitHub Desktop.
Save gopalkildoliya/c6664c982bfc5cc65df7a72a56ad8d22 to your computer and use it in GitHub Desktop.
SwarmSense IoT with Mongoose OS
{
"mqtt":{
"server": "<swarmsense_server>",
"user": "sensor_<sensor_id>",
"pass": "<sensor_key>"
},
"wifi":{
"sta": {
"ssid": "ssid",
"pass": "password"
}
},
"swarmsense": {
"sensor_id": "<sensor_id>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment