5 unstable releases
| 0.3.0 | Jul 22, 2025 |
|---|---|
| 0.2.2 | Jun 15, 2025 |
| 0.1.1 | Apr 24, 2025 |
| 0.0.1 |
|
#3 in #sparkplug
Used in srad
190KB
5K
SLoC
Part of srad, a general purpose Sparkplug development library in rust.
This library defines a framework for implementing Sparkplug Edge of Network Nodes.
Overview
srad-eon provides a general implementation of a Sparkplug Node.
The implementation requires the provision of [MetricManager] implementations to the node or when registering devices. This allows for defining metrics which belong to the node or device as well as the custom handling of CMD messages for those metrics.
The node starts a tokio task for itself node and each subsequent device.
These tasks are used to process incoming state changes and messages from sparkplug topics such as CMD messages
Srad EoN
Part of srad, a general purpose Sparkplug development library in rust.
This library defines a framework for implementing Sparkplug Edge of Network Nodes.
Dependencies
~4–16MB
~158K SLoC