# IIoT Firmware Status
Date 2020/8/25
Completed
---
- support keep alive of multiple MIC_STA
- prepare XPB-221 firmware with Node-RED/Docker sensor
- integrate Node-RED/Docker + sensors with GGC Lambda function
Sensor Info
---
- [The Data Definition of Support Sensors/Actuator](https://hackmd.io/@utimwang/BJhLxbMXv)
Verify GGC to Cloud via Kafdrop
---
- check the status of the NBIRTH while the GGC is connected:
spBv1.0/umedia/NBIRTH/${group_name}/
ex: [NBIRTH](
http://iiot-demo.u-media.ml:9000/topic/aws.sparkplug.NBIRTH/messages?partition=0&offset=14000&count=100&keyFormat=DEFAULT&format=DEFAULT)
- check the status of the DBIRTH while the sensor is connected:
spBv1.0/umedia/DBIRTH/\${group_name}/${dev_id} (example: dev_id : su000001)
ex: [DBIRTH](
http://iiot-demo.u-media.ml:9000/topic/aws.sparkplug.DBIRTH/messages?partition=0&offset=27000&count=100&keyFormat=DEFAULT&format=DEFAULT)
- check the status of the sensor data via DDATA:
spBv1.0/umedia/DDATA/\${group_name}/${dev_id} (example: dev_id : su000001)
ex: [DDATA](
http://iiot-demo.u-media.ml:9000/topic/aws.sparkplug.DDATA/messages?partition=0&offset=27700&count=100&keyFormat=DEFAULT&format=DEFAULT)
Progressing
---
- integrate Node-red/Docker + actuator with GGC Lambda function
- detect sensor/actuator on-line/off-line
- prepare demostration of multiple GGC + sonsors/actuator via Node-RED/Docker
- deploy Docker file from firmware automatically
To Do
---
- demostrate GGC + Node-RED with cloud
- plan the remote configure gateway
- plan deply Docker file via GGC
Task List
---
- [IIoT Firmware Tasks](https://docs.google.com/spreadsheets/d/1cwBPxboDoEWMsHD6UCYH0bmyvJTzL7oxsgMx8MCxZfg/edit?usp=sharing)