A hierarchical representation of the Edge of Network with devices.
An EoN posseses it own metrics (meta data or information or properties, etc etc) and even have some sensors with corresponding metadata and values. It can also act as a gateway for (legacy)devices which also posses metrics and/ or sensors.
The following is an example of such an EoN
{"EoN": { "EoNMetric1": "Value", "EoNMetric2": "Value", "EoNMetric3": "Value", "EoNMetric4": "Value", "EoNMetric5": "Value", "EoNMetric6": "Value", "EoNMetric7": "Value", "EoNMetric8": "Value", "Sensor1": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" }, "Sensor2": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" }, "Device1": { "DeviceMetric1": "Value", "DeviceMetric2": "Value", "DeviceMetric3": "Value", "DeviceMetric4": "Value", "DeviceMetric5": "Value", "DeviceMetric6": "Value", "Sensor1": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" }, "Sensor2": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" }, "Sensor3": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value" }, "Sensor4": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value" } }, "Device2": { "DeviceMetric1": "Metric1Value", "DeviceMetric2": "Metric2Value", "DeviceMetric3": "Metric3Value", "DeviceMetric4": "Metric4Value", "Sensor1": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" }, "Sensor2": { "SensorMetric1": "Value", "SensorMetric2": "Value", "SensorMetric3": "Value", "SensorMetric4": "Value", "SensorMetric5": "Value", "SensorMetric6": "Value" } } } }
Diff:
Diff: