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 // MQTT Client & Publisher
FB_Payload // Responsible for payload blob encoding and decoding
FB_Sparkplug // Responsible for the Sparkplug B Topics & Messages
Optional
FB_Device // Represents a single Sparkplug Device. Responsible for publishing Device Metrics
// 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)
Diff:
Diff:
Diff:
Diff:
a new limit on devices has been set: 8 Devices max