fyrwatch / fyrnode

An Arduino firmware library for the ESP8266 to design, configure and deploy nodes on the FyrMesh Platform.
MIT License
1 stars 0 forks source link

Add support for a control command to return the mesh node list #10

Closed manishmeganathan closed 3 years ago

manishmeganathan commented 3 years ago
manishmeganathan commented 3 years ago

Since ArduinoJSON library will not allow the std::list object to be added to it. An alternate approach to collecting node list must be devised. The node list will be sent put in a mesh log of type controlnodelist. This mesh log will contain a string of '-' separated integers. The LINK server can parse this structure into an actual list before communicating it over gRPC.