node-red-dragino 1.0.5
Dragino visualization for Node-RED
This is the data parsing storage package for a Dragino node,
In Node RED, three nodes must be used in conjunction with sqlite
Currently, only Dragino nodes that support the LoRaWan protocol are supported
The working process of flow is as follows:
Obtain data packets sent by Dragino nodes through MQTT IN nodes
The Dragino decoder node is responsible for parsing
The Dragino sqlite node is responsible for storing data in the sqlite database
The Dragino charts node is responsible for generating the data required for charts
Visualize through the template node in the dashboard