--- old+++ new@@ -1,10 +1,12 @@-FB_EoN_Node+FB_EoN_Node // Represents a Sparkplug Edge of Network Node and is responsible for publishing Node and +// Device metrics (thus integration without separate devices is possible)
encapsulates
-FB_MQTT_PubSub+FB_MQTT_PubSub // MQTT Client & Publisher+FB_Payload // Responsible for payload blob encoding and decoding+FB_Sparkplug // Responsible for the Sparkplug B Topics & Messages-FB_Payload+Optional+FB_Device // Represents a Sparkplug Device. Responsible for publishing Device Metrics-FB_SparkplugB-
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -8,5 +8,5 @@FB_Sparkplug // Responsible for the Sparkplug B Topics & Messages
Optional
-FB_Device // Represents a Sparkplug Device. Responsible for publishing Device Metrics-+FB_Device // Represents a single Sparkplug Device. Responsible for publishing Device Metrics+// In theory the ammount of devices is unlimited and only limited by the adress namespace and maximum message // length. We will limit the number of devices default to 32 (configurable via a library parameter)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -9,4 +9,4 @@Optional
FB_Device // Represents a single Sparkplug Device. Responsible for publishing Device Metrics
-// In theory the ammount of devices is unlimited and only limited by the adress namespace and maximum message // length. We will limit the number of devices default to 32 (configurable via a library parameter)+// In theory the amount of devices is unlimited and is only limited by the adress namespace and maximum message // length. We will limit the number of devices default to 32 (configurable via a library parameter)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff:
Diff:
Diff:
a new limit on devices has been set: 8 Devices max