@alteriom/painlessmesh 1.8.14 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/BRIDGE_TO_INTERNET.md +229 -0
  2. package/CHANGELOG.md +89 -1
  3. package/CONTRIBUTING.md +79 -0
  4. package/README.md +70 -143
  5. package/docs/README.md +1 -0
  6. package/docs/api/shared-gateway.md +1207 -0
  7. package/docs/troubleshooting/common-issues.md +28 -0
  8. package/docs/troubleshooting/faq.md +113 -12
  9. package/examples/basic/test/simulator/CMakeLists.txt +40 -0
  10. package/examples/basic/test/simulator/README.md +149 -0
  11. package/examples/basic/test/simulator/firmware/basic_firmware.hpp +117 -0
  12. package/examples/basic/test/simulator/scenarios/basic_mesh_test.yaml +81 -0
  13. package/examples/bridge/bridge.ino +17 -4
  14. package/examples/bridge_failover/README.md +81 -0
  15. package/examples/bridge_failover/bridge_failover.ino +51 -6
  16. package/examples/sharedGateway/README.md +235 -0
  17. package/examples/{meshCommandNode → sharedGateway}/platformio.ini +3 -2
  18. package/examples/sharedGateway/sharedGateway.ino +303 -0
  19. package/library.json +3 -22
  20. package/library.properties +1 -1
  21. package/package.json +3 -3
  22. package/src/arduino/wifi.hpp +380 -13
  23. package/src/painlessmesh/gateway.hpp +2120 -0
  24. package/src/painlessmesh/mesh.hpp +1034 -6
  25. package/src/painlessmesh/message_tracker.hpp +311 -0
  26. package/src/painlessmesh/protocol.hpp +6 -0
  27. package/DOCUMENTATION_INDEX.md +0 -146
  28. package/docs/API_DESIGN_GUIDELINES.md +0 -414
  29. package/docs/ARDUINO_LIBRARY_MANAGER_SUBMISSION.md +0 -331
  30. package/docs/BOOLEAN_NAMING_CONVENTION.md +0 -235
  31. package/docs/BRIDGE_FAILOVER.md +0 -512
  32. package/docs/BRIDGE_HEALTH_MONITORING.md +0 -293
  33. package/docs/CHANNEL_SYNCHRONIZATION.md +0 -209
  34. package/docs/CREATE_MISSING_RELEASES.md +0 -321
  35. package/docs/DOCUMENTATION_MIGRATION_PLAN.md +0 -176
  36. package/docs/FAQ_VERSION_NUMBERS.md +0 -152
  37. package/docs/IMPLEMENTATION_PLAN_MESH_TOPOLOGY.md +0 -1062
  38. package/docs/MESH_TOPOLOGY_GUIDE.md +0 -992
  39. package/docs/MESH_TOPOLOGY_PROGRESS.md +0 -422
  40. package/docs/MQTT_BRIDGE_COMMANDS.md +0 -894
  41. package/docs/MQTT_BRIDGE_IMPLEMENTATION_SUMMARY.md +0 -324
  42. package/docs/MQTT_COMMAND_SCHEMA_PROPOSAL.md +0 -576
  43. package/docs/MQTT_SCHEMA_COMPLIANCE.md +0 -340
  44. package/docs/MQTT_SCHEMA_PROPOSALS.md +0 -446
  45. package/docs/MQTT_SCHEMA_REVIEW.md +0 -690
  46. package/docs/OTA_COMMANDS_REFERENCE.md +0 -554
  47. package/docs/PHASE1_GUIDE.md +0 -349
  48. package/docs/PHASE2_GUIDE.md +0 -543
  49. package/docs/QUICK_REFERENCE_VERSIONING.md +0 -127
  50. package/docs/RELEASE_AGENT_SUMMARY.md +0 -386
  51. package/docs/SCHEMA_VALIDATION_CHECKLIST.md +0 -222
  52. package/docs/VERSION_MANAGEMENT.md +0 -213
  53. package/docs/archive/DOCUSAURUS_DEPLOYMENT.md +0 -166
  54. package/docs/archive/FEATURE_PROPOSALS.md +0 -337
  55. package/docs/archive/LIBRARY_JSON_FIX.md +0 -98
  56. package/docs/archive/LIBRARY_STRUCTURE_FIX.md +0 -215
  57. package/docs/archive/PHASE1_IMPLEMENTATION.md +0 -325
  58. package/docs/archive/PHASE2_IMPLEMENTATION.md +0 -567
  59. package/docs/archive/RELEASE_SUMMARY.md +0 -173
  60. package/docs/archive/SCONS_BUILD_FIX.md +0 -313
  61. package/docs/archive/TRIGGER_RELEASE.md +0 -280
  62. package/docs/archive/VECTOR_INCLUDE_FIX.md +0 -129
  63. package/docs/archive/ota-and-status-enhancements.md +0 -911
  64. package/docs/archive/ota-status-architecture-diagrams.md +0 -658
  65. package/docs/archive/ota-status-quick-reference.md +0 -284
  66. package/docs/design/.gitkeep +0 -1
  67. package/docs/design/STATION_CREDENTIALS_DESIGN.md +0 -182
  68. package/docs/development/ARDUINO_COMPLIANCE_SUMMARY.md +0 -71
  69. package/docs/development/CODE_REFACTORING_RECOMMENDATIONS.md +0 -1011
  70. package/docs/development/DOCKER_TESTING.md +0 -196
  71. package/docs/development/PLATFORMIO_USAGE.md +0 -180
  72. package/docs/development/TESTING_SUMMARY.md +0 -126
  73. package/docs/development/contributing.md +0 -301
  74. package/docs/development/documentation.md +0 -583
  75. package/docs/features/DIAGNOSTICS_API.md +0 -534
  76. package/docs/implementation/BRIDGE_ARCHITECTURE_IMPLEMENTATION.md +0 -340
  77. package/docs/implementation/BRIDGE_HEALTH_MONITORING_IMPLEMENTATION.md +0 -213
  78. package/docs/implementation/BRIDGE_STATUS_FEATURE.md +0 -635
  79. package/docs/implementation/DIAGNOSTICS_API_IMPLEMENTATION.md +0 -232
  80. package/docs/implementation/IMPLEMENTATION_COMPLETE.md +0 -228
  81. package/docs/implementation/IMPLEMENTATION_NTP_TIME_SYNC.md +0 -325
  82. package/docs/implementation/IMPLEMENTATION_SUMMARY.md +0 -316
  83. package/docs/implementation/MESSAGE_QUEUE_IMPLEMENTATION.md +0 -405
  84. package/docs/implementation/MULTI_BRIDGE_IMPLEMENTATION.md +0 -520
  85. package/docs/implementation/NTP_TIME_SYNC_FEATURE.md +0 -392
  86. package/docs/improvements/FUTURE_PROPOSALS.md +0 -1016
  87. package/docs/improvements/IMPLEMENTATION_HISTORY.md +0 -1091
  88. package/docs/improvements/OTA_STATUS_ENHANCEMENTS.md +0 -709
  89. package/docs/improvements/README.md +0 -212
  90. package/docs/internal/CUSTOM_AGENT_ANALYSIS.md +0 -391
  91. package/docs/internal/ISSUE_65_VERIFICATION.md +0 -947
  92. package/docs/internal/ISSUE_66_CLOSURE.md +0 -249
  93. package/docs/internal/ISSUE_66_STATUS.md +0 -316
  94. package/docs/internal/PR_SUMMARY.md +0 -315
  95. package/docs/internal/REVIEW_SUMMARY.md +0 -332
  96. package/docs/multi-bridge-setup.md +0 -1025
  97. package/docs/platformio-publishing.md +0 -255
  98. package/docs/platformio-setup-summary.md +0 -121
  99. package/docs/releases/ANNOUNCEMENT_v1.8.6.md +0 -63
  100. package/docs/releases/ANNOUNCEMENT_v1.8.7.md +0 -113
  101. package/docs/releases/BRIDGE_STATUS_SELF_REGISTRATION_FIX.md +0 -221
  102. package/docs/releases/FEATURE_HISTORY.md +0 -543
  103. package/docs/releases/GITHUB_RELEASE_v1.8.6.md +0 -71
  104. package/docs/releases/GITHUB_RELEASE_v1.8.7.md +0 -90
  105. package/docs/releases/PATCH_v1.7.2.md +0 -262
  106. package/docs/releases/PATCH_v1.7.3.md +0 -262
  107. package/docs/releases/PATCH_v1.7.4.md +0 -219
  108. package/docs/releases/PHASE1_SUMMARY.md +0 -246
  109. package/docs/releases/PHASE2_SUMMARY.md +0 -499
  110. package/docs/releases/PUBLISH_v1.8.0_INSTRUCTIONS.md +0 -163
  111. package/docs/releases/QUICK_START_RELEASES.md +0 -113
  112. package/docs/releases/RELEASE_CHECKLIST_1.8.10.md +0 -331
  113. package/docs/releases/RELEASE_CHECKLIST_1.8.9.md +0 -207
  114. package/docs/releases/RELEASE_CHECKLIST_v1.7.4.md +0 -253
  115. package/docs/releases/RELEASE_CHECKLIST_v1.7.5.md +0 -315
  116. package/docs/releases/RELEASE_CHECKLIST_v1.7.6.md +0 -389
  117. package/docs/releases/RELEASE_CHECKLIST_v1.8.0.md +0 -331
  118. package/docs/releases/RELEASE_CHECKLIST_v1.8.2.md +0 -309
  119. package/docs/releases/RELEASE_NOTES_1.7.0.md +0 -539
  120. package/docs/releases/RELEASE_NOTES_1.8.10.md +0 -239
  121. package/docs/releases/RELEASE_NOTES_1.8.9.md +0 -213
  122. package/docs/releases/RELEASE_NOTES_v1.8.0.md +0 -685
  123. package/docs/releases/RELEASE_NOTES_v1.8.1.md +0 -221
  124. package/docs/releases/RELEASE_NOTES_v1.8.2.md +0 -421
  125. package/docs/releases/RELEASE_NOTES_v1.8.3.md +0 -292
  126. package/docs/releases/RELEASE_NOTES_v1.8.4.md +0 -277
  127. package/docs/releases/RELEASE_NOTES_v1.8.6.md +0 -205
  128. package/docs/releases/RELEASE_NOTES_v1.8.7.md +0 -184
  129. package/docs/releases/RELEASE_PLAN_v1.7.6.md +0 -816
  130. package/docs/releases/RELEASE_SUMMARY_1.8.10.md +0 -193
  131. package/docs/releases/RELEASE_SUMMARY_v1.7.4.md +0 -276
  132. package/docs/releases/RELEASE_SUMMARY_v1.7.5.md +0 -322
  133. package/docs/releases/RELEASE_SUMMARY_v1.7.6.md +0 -436
  134. package/docs/releases/RELEASE_SUMMARY_v1.7.7.md +0 -391
  135. package/docs/releases/RELEASE_SUMMARY_v1.7.8.md +0 -523
  136. package/docs/releases/RELEASE_SUMMARY_v1.7.9.md +0 -542
  137. package/docs/troubleshooting/ARDUINO_IDE_VERSION_FIX_SUMMARY.md +0 -229
  138. package/docs/troubleshooting/ARDUINO_LIBRARY_NAME_FIX.md +0 -197
  139. package/docs/troubleshooting/CRASH_QUICK_REF.md +0 -93
  140. package/docs/troubleshooting/ESP32_C6_COMPATIBILITY.md +0 -157
  141. package/docs/troubleshooting/FREERTOS_ASSERTION_FAILURE.md +0 -288
  142. package/docs/troubleshooting/FREERTOS_FIX_IMPLEMENTATION.md +0 -267
  143. package/docs/troubleshooting/NPM_PUBLISHING_ISSUE_SUMMARY.md +0 -110
  144. package/docs/troubleshooting/PAINLESSMESH_V1.7.4_COMPILATION_ISSUES.md +0 -547
  145. package/docs/troubleshooting/QUICK_FIX_FREERTOS.md +0 -164
  146. package/docs/troubleshooting/SENSOR_NODE_CONNECTION_CRASH.md +0 -264
  147. package/docs/troubleshooting/station-reconnection-issues.md +0 -172
  148. package/docs/v1.7.7_MQTT_IMPROVEMENTS.md +0 -794
  149. package/docs/wiki/API-Reference.md +0 -246
  150. package/docs/wiki/Complete-Documentation.md +0 -123
  151. package/examples/alteriomImproved/alteriom_sensor_package.hpp +0 -224
  152. package/examples/alteriomImproved/improved_sensor_node.ino +0 -248
  153. package/examples/alteriomImproved/platformio.ini +0 -32
  154. package/examples/alteriomMetricsHealth/alteriom_sensor_package.hpp +0 -796
  155. package/examples/alteriomMetricsHealth/metrics_health_node.ino +0 -429
  156. package/examples/alteriomMetricsHealth/platformio.ini +0 -26
  157. package/examples/alteriomPhase1/alteriom_sensor_package.hpp +0 -224
  158. package/examples/alteriomPhase1/phase1_features.ino +0 -242
  159. package/examples/alteriomPhase1/platformio.ini +0 -26
  160. package/examples/alteriomPhase2/alteriom_sensor_package.hpp +0 -224
  161. package/examples/alteriomPhase2/phase2_features.ino +0 -186
  162. package/examples/alteriomPhase2/platformio.ini +0 -26
  163. package/examples/alteriomSensorNode/alteriom_sensor_node.ino +0 -186
  164. package/examples/alteriomSensorNode/alteriom_sensor_package.hpp +0 -1227
  165. package/examples/alteriomSensorNode/platformio.ini +0 -26
  166. package/examples/bridge/alteriom_sensor_package.hpp +0 -1170
  167. package/examples/bridge/bridge_health_monitoring_example.ino +0 -188
  168. package/examples/bridge/enhanced_mqtt_bridge.hpp +0 -610
  169. package/examples/bridge/enhanced_mqtt_bridge_example.ino +0 -226
  170. package/examples/bridge/mesh_event_publisher.hpp +0 -253
  171. package/examples/bridge/mesh_topology_reporter.hpp +0 -303
  172. package/examples/bridge/mqtt_command_bridge.hpp +0 -459
  173. package/examples/bridge/mqtt_status_bridge.hpp +0 -519
  174. package/examples/bridgeAwareSensorNode/alteriom_sensor_package.hpp +0 -1227
  175. package/examples/bridgeAwareSensorNode/bridgeAwareSensorNode.ino +0 -342
  176. package/examples/bridgeAwareSensorNode/platformio.ini +0 -26
  177. package/examples/diagnosticsExample/diagnosticsExample.ino +0 -171
  178. package/examples/diagnosticsExample/platformio.ini +0 -26
  179. package/examples/echoNode/echoNode.ino +0 -33
  180. package/examples/echoNode/platformio.ini +0 -26
  181. package/examples/meshCommandNode/alteriom_sensor_package.hpp +0 -235
  182. package/examples/meshCommandNode/meshCommandNode.ino +0 -265
  183. package/examples/mqttCommandBridge/alteriom_sensor_package.hpp +0 -235
  184. package/examples/mqttCommandBridge/mesh_event_publisher.hpp +0 -253
  185. package/examples/mqttCommandBridge/mesh_topology_reporter.hpp +0 -303
  186. package/examples/mqttCommandBridge/mqttCommandBridge.ino +0 -254
  187. package/examples/mqttCommandBridge/mqtt_command_bridge.hpp +0 -462
  188. package/examples/mqttCommandBridge/platformio.ini +0 -27
  189. package/examples/mqttStatusBridge/mqttStatusBridge.ino +0 -218
  190. package/examples/mqttStatusBridge/mqtt_status_bridge.hpp +0 -522
  191. package/examples/mqttStatusBridge/platformio.ini +0 -27
  192. package/examples/mqttTopologyTest/README.md +0 -467
  193. package/examples/mqttTopologyTest/mqttTopologyTest.ino +0 -754
  194. package/examples/mqttTopologyTest/platformio.ini +0 -27
  195. package/examples/multi_bridge/README.md +0 -346
  196. package/examples/multi_bridge/primary_bridge.ino +0 -96
  197. package/examples/multi_bridge/regular_node.ino +0 -141
  198. package/examples/multi_bridge/secondary_bridge.ino +0 -111
  199. package/examples/ntpTimeSyncBridge/alteriom_sensor_package.hpp +0 -1383
  200. package/examples/ntpTimeSyncBridge/ntpTimeSyncBridge.ino +0 -86
  201. package/examples/ntpTimeSyncNode/alteriom_sensor_package.hpp +0 -1383
  202. package/examples/ntpTimeSyncNode/ntpTimeSyncNode.ino +0 -109
  203. package/examples/queued_alarms/README.md +0 -390
  204. package/examples/queued_alarms/queued_alarms.ino +0 -265
  205. package/examples/routing_demo/README.md +0 -172
  206. package/examples/routing_demo/routing_demo.ino +0 -102
  207. package/examples/rtcIntegration/README.md +0 -294
  208. package/examples/rtcIntegration/rtcIntegration.ino +0 -210
@@ -1,303 +0,0 @@
1
- #ifndef MESH_TOPOLOGY_REPORTER_HPP
2
- #define MESH_TOPOLOGY_REPORTER_HPP
3
-
4
- #include "painlessMesh.h"
5
- #include <ArduinoJson.h>
6
-
7
- /**
8
- * MeshTopologyReporter - Generate schema-compliant topology messages
9
- *
10
- * Generates mesh topology messages conforming to @alteriom/mqtt-schema v0.5.0
11
- * mesh_topology.schema.json specification.
12
- *
13
- * Features:
14
- * - Full topology snapshots with nodes, connections, and metrics
15
- * - Incremental updates for node join/leave events
16
- * - Change detection to avoid redundant publishes
17
- * - Network metrics aggregation
18
- *
19
- * @author Alteriom Development Team
20
- * @date October 12, 2025
21
- */
22
- class MeshTopologyReporter {
23
- private:
24
- painlessMesh& mesh;
25
- String meshId;
26
- String lastTopologyHash; // Detect changes
27
- String firmwareVersion;
28
-
29
- public:
30
- MeshTopologyReporter(painlessMesh& mesh, const String& meshId, const String& fwVersion = "GW 2.3.4")
31
- : mesh(mesh), meshId(meshId), firmwareVersion(fwVersion) {}
32
-
33
- /**
34
- * Generate full topology message (schema v0.5.0 compliant)
35
- *
36
- * Returns JSON string ready for MQTT publish to:
37
- * alteriom/mesh/{mesh_id}/topology
38
- */
39
- String generateFullTopology() {
40
- DynamicJsonDocument doc(8192); // Large buffer for full topology
41
-
42
- // Envelope fields (from @alteriom/mqtt-schema)
43
- doc["schema_version"] = 1;
44
- doc["device_id"] = generateDeviceId(mesh.getNodeId());
45
- doc["device_type"] = "gateway";
46
- doc["timestamp"] = getISO8601Timestamp();
47
- doc["firmware_version"] = firmwareVersion;
48
-
49
- // Event discriminator
50
- doc["event"] = "mesh_topology";
51
-
52
- // Mesh identification
53
- doc["mesh_id"] = meshId;
54
- doc["gateway_node_id"] = generateDeviceId(mesh.getNodeId());
55
-
56
- // Nodes array
57
- JsonArray nodes = doc.createNestedArray("nodes");
58
- addNodeInfo(nodes, mesh.getNodeId(), "gateway"); // Self
59
-
60
- auto nodeList = mesh.getNodeList(false);
61
- for (auto nodeId : nodeList) {
62
- addNodeInfo(nodes, nodeId, "sensor"); // Assume sensor role
63
- }
64
-
65
- // Connections array
66
- JsonArray connections = doc.createNestedArray("connections");
67
- addConnectionInfo(connections);
68
-
69
- // Network metrics
70
- JsonObject metrics = doc.createNestedObject("metrics");
71
- metrics["total_nodes"] = nodeList.size() + 1; // +1 for gateway
72
- metrics["online_nodes"] = nodeList.size() + 1;
73
- metrics["network_diameter"] = calculateNetworkDiameter();
74
- metrics["avg_connection_quality"] = calculateAvgQuality();
75
- metrics["messages_per_second"] = calculateThroughput();
76
-
77
- doc["update_type"] = "full";
78
-
79
- String output;
80
- serializeJson(doc, output);
81
- return output;
82
- }
83
-
84
- /**
85
- * Generate incremental topology update
86
- *
87
- * @param nodeId Node that joined or left
88
- * @param joined true if node joined, false if left
89
- */
90
- String generateIncrementalUpdate(uint32_t nodeId, bool joined) {
91
- DynamicJsonDocument doc(2048);
92
-
93
- // Envelope fields
94
- doc["schema_version"] = 1;
95
- doc["device_id"] = generateDeviceId(mesh.getNodeId());
96
- doc["device_type"] = "gateway";
97
- doc["timestamp"] = getISO8601Timestamp();
98
- doc["firmware_version"] = firmwareVersion;
99
-
100
- doc["event"] = "mesh_topology";
101
- doc["mesh_id"] = meshId;
102
- doc["gateway_node_id"] = generateDeviceId(mesh.getNodeId());
103
-
104
- // Node that changed
105
- JsonArray nodes = doc.createNestedArray("nodes");
106
- if (joined) {
107
- addNodeInfo(nodes, nodeId, "sensor");
108
- } else {
109
- // For node leaving, mark as offline
110
- JsonObject node = nodes.createNestedObject();
111
- node["node_id"] = generateDeviceId(nodeId);
112
- node["status"] = "offline";
113
- }
114
-
115
- // Update connections
116
- JsonArray connections = doc.createNestedArray("connections");
117
- // Add connections related to this node
118
- addConnectionInfoForNode(connections, nodeId);
119
-
120
- // Updated metrics
121
- auto nodeList = mesh.getNodeList(false);
122
- JsonObject metrics = doc.createNestedObject("metrics");
123
- metrics["total_nodes"] = nodeList.size() + 1;
124
- metrics["online_nodes"] = nodeList.size() + 1;
125
-
126
- doc["update_type"] = "incremental";
127
-
128
- String output;
129
- serializeJson(doc, output);
130
- return output;
131
- }
132
-
133
- /**
134
- * Check if topology has changed since last check
135
- * Updates internal hash if changed
136
- */
137
- bool hasTopologyChanged() {
138
- String currentHash = calculateTopologyHash();
139
- if (currentHash != lastTopologyHash) {
140
- lastTopologyHash = currentHash;
141
- return true;
142
- }
143
- return false;
144
- }
145
-
146
- private:
147
- /**
148
- * Add node information to JSON array
149
- */
150
- void addNodeInfo(JsonArray& nodes, uint32_t nodeId, const char* role) {
151
- JsonObject node = nodes.createNestedObject();
152
- node["node_id"] = generateDeviceId(nodeId);
153
- node["role"] = role;
154
- node["status"] = "online";
155
- node["last_seen"] = getISO8601Timestamp();
156
-
157
- // Gateway node has additional info
158
- if (nodeId == mesh.getNodeId()) {
159
- node["firmware_version"] = firmwareVersion;
160
- node["uptime_seconds"] = millis() / 1000;
161
- #if defined(ESP32) || defined(ESP8266)
162
- node["free_memory_kb"] = ESP.getFreeHeap() / 1024;
163
- #else
164
- node["free_memory_kb"] = 0;
165
- #endif
166
- node["connection_count"] = mesh.getNodeList().size();
167
- } else {
168
- // For other nodes, use placeholder values
169
- // TODO: Get actual values from node status messages
170
- node["firmware_version"] = "SN 2.3.4";
171
- node["uptime_seconds"] = 0;
172
- node["free_memory_kb"] = 0;
173
- node["connection_count"] = 0;
174
- }
175
- }
176
-
177
- /**
178
- * Add connection information to JSON array
179
- */
180
- void addConnectionInfo(JsonArray& connections) {
181
- // Get direct connections with quality metrics
182
- auto connDetails = mesh.getConnectionDetails();
183
-
184
- String gatewayId = generateDeviceId(mesh.getNodeId());
185
-
186
- for (auto& conn : connDetails) {
187
- JsonObject connObj = connections.createNestedObject();
188
- connObj["from_node"] = gatewayId;
189
- connObj["to_node"] = generateDeviceId(conn.nodeId);
190
- connObj["quality"] = conn.quality;
191
- connObj["latency_ms"] = conn.avgLatency;
192
- connObj["rssi"] = conn.rssi;
193
- connObj["hop_count"] = conn.hopCount;
194
- }
195
-
196
- // TODO: Add indirect connections from mesh topology
197
- // For now, we only report direct connections from gateway
198
- }
199
-
200
- /**
201
- * Add connection information for a specific node
202
- */
203
- void addConnectionInfoForNode(JsonArray& connections, uint32_t nodeId) {
204
- auto connDetails = mesh.getConnectionDetails();
205
- String gatewayId = generateDeviceId(mesh.getNodeId());
206
- String targetId = generateDeviceId(nodeId);
207
-
208
- for (auto& conn : connDetails) {
209
- if (conn.nodeId == nodeId) {
210
- JsonObject connObj = connections.createNestedObject();
211
- connObj["from_node"] = gatewayId;
212
- connObj["to_node"] = targetId;
213
- connObj["quality"] = conn.quality;
214
- connObj["latency_ms"] = conn.avgLatency;
215
- connObj["rssi"] = conn.rssi;
216
- connObj["hop_count"] = conn.hopCount;
217
- }
218
- }
219
- }
220
-
221
- /**
222
- * Calculate network diameter (max hop count)
223
- */
224
- int calculateNetworkDiameter() {
225
- int maxHops = 0;
226
- auto nodeList = mesh.getNodeList(false);
227
-
228
- for (auto nodeId : nodeList) {
229
- int hops = mesh.getHopCount(nodeId);
230
- if (hops > maxHops) {
231
- maxHops = hops;
232
- }
233
- }
234
-
235
- return maxHops;
236
- }
237
-
238
- /**
239
- * Calculate average connection quality
240
- */
241
- float calculateAvgQuality() {
242
- auto connDetails = mesh.getConnectionDetails();
243
-
244
- if (connDetails.empty()) {
245
- return 0.0;
246
- }
247
-
248
- int totalQuality = 0;
249
- for (auto& conn : connDetails) {
250
- totalQuality += conn.quality;
251
- }
252
-
253
- return (float)totalQuality / connDetails.size();
254
- }
255
-
256
- /**
257
- * Calculate network throughput (messages per second)
258
- */
259
- float calculateThroughput() {
260
- // TODO: Implement actual throughput tracking
261
- // For now return placeholder
262
- return 12.4;
263
- }
264
-
265
- /**
266
- * Calculate topology hash for change detection
267
- */
268
- String calculateTopologyHash() {
269
- auto nodeList = mesh.getNodeList(true);
270
- String hash = String(nodeList.size());
271
- for (auto nodeId : nodeList) {
272
- hash += String(nodeId);
273
- }
274
- return hash;
275
- }
276
-
277
- /**
278
- * Generate device ID in Alteriom format (ALT-XXXXXXXXXXXX)
279
- */
280
- String generateDeviceId(uint32_t nodeId) {
281
- char deviceId[20];
282
- snprintf(deviceId, sizeof(deviceId), "ALT-%012X", nodeId);
283
- return String(deviceId);
284
- }
285
-
286
- /**
287
- * Get current timestamp in ISO 8601 format
288
- * TODO: Use proper NTP time if available
289
- */
290
- String getISO8601Timestamp() {
291
- // For now, use epoch-based timestamp
292
- // In production, this should use actual NTP-synced time
293
- unsigned long ms = millis();
294
- char timestamp[32];
295
- snprintf(timestamp, sizeof(timestamp), "2025-10-12T%02lu:%02lu:%02luZ",
296
- (ms / 3600000) % 24,
297
- (ms / 60000) % 60,
298
- (ms / 1000) % 60);
299
- return String(timestamp);
300
- }
301
- };
302
-
303
- #endif // MESH_TOPOLOGY_REPORTER_HPP