DEV Community

Cover image for Sparkplug 3.0: Advancements & Formalization in MQTT for IIoT
EMQ Technologies for EMQ Technologies

Posted on

Sparkplug 3.0: Advancements & Formalization in MQTT for IIoT

The release of Sparkplug 3.0 brings significant advancements and formalization to the MQTT Sparkplug protocol for Industrial Internet of Things (IIoT) applications. Developed by the Eclipse Sparkplug Working Group, this new version aims to clarify ambiguities present in the previous 2.2 specifications while maintaining the overall intent of the v2.2 specification.

Key Enhancements in Sparkplug 3.0

Clearer Specification Structure

The new specification replaces the "Background" chapter of the v2.2 specification with the "Principles" chapter. This section provides a detailed description of the fundamental principles underlying Sparkplug. Additionally, the "Operational Behavior" chapter extensively covers the operational aspects of the Sparkplug environment.

Targeted Clarity and Formality

The primary objective of Sparkplug 3.0 is to provide clear and formal specifications, addressing any ambiguities present in the previous version. By doing so, it aims to establish explicit normative statements for the protocol, ensuring consistency and ease of implementation.

Incorporation of MQTT 5.0 Specifics

Sparkplug 3.0 includes specific settings related to MQTT 5.0, particularly addressing different session settings like "Clean Start" in MQTT 5.0 compared to "Clean Session" in MQTT 3.1.1. These additions align Sparkplug with the enhancements introduced in MQTT 5.0.

Subset Requirements for MQTT Servers

Sparkplug infrastructure has a specific subset of requirements for MQTT servers. Any MQTT 3.1.1 server or broker that adheres to the complete specification will meet the requirements of the Sparkplug infrastructure.

As for MQTT server, it is clearly defined into two requirement levels in the Sparkplug specification. The first level is that as long as the MQTT server meets MQTT 3.1.1, it generally meets these requirements. The second level requires additional capabilities.

Level 1: Sparkplug Compliant MQTT Server

A Sparkplug Compliant MQTT server MUST support the following:

  • QoS 0 (at most once) for data
  • QoS 1 (at least once) for state management
  • Retained Messages support
  • Last Will and Testament (LWT) for state management
  • Wildcard available

Level 2: Sparkplug Aware MQTT Server

In addition to the requirements of a Sparkplug Compliant MQTT Server, a Sparkplug Aware MQTT Server must have the following additional capabilities.

The Sparkplug Aware MQTT server extends the state management approach of Sparkplug. In essence, the birth and death certificates are now stored as retained messages and can be accessed using the newly introduced topic structure $sparkplug/certificates/#.

The ability to update the timestamp of the NDEATH message is a notable feature in this version. Due to the Last Will feature, these timestamps are stored in the broker. The Last Will message is included in the MQTT connection attempt and contains an invalid timestamp since the actual time of an unconditional client disconnection is unknown. Updating this timestamp through the publication of the LWT message addresses this issue.

Benefits of Sparkplug 3.0 for IIoT Applications

Enhanced Interoperability

With a more formalized and clarified specification, Sparkplug 3.0 promotes better interoperability among IIoT devices, systems, and platforms. This enables seamless integration and communication within industrial environments.

Efficient Data Synchronization

The extended state management capabilities of MQTT Sparkplug 3.0 ensure efficient and synchronized data updates across connected devices. This feature becomes especially valuable when dealing with large-scale IIoT deployments.

Streamlined Deployment

The subset requirements for MQTT servers ensure that existing MQTT v3.1.1 servers can be leveraged, reducing the need for extensive infrastructure changes during the adoption of Sparkplug 3.0.

Sparkplug Compatibility Program

The Sparkplug Compatibility Program enables software and hardware vendors to prove compatibility with Eclipse Sparkplug and MQTT-based IoT infrastructure. This program facilitates seamless integration with common devices and networks in industrial IoT, ensuring certified solutions and easy procurement.

Certified vendors provide confidence in product adherence to Sparkplug specifications, enabling smooth interoperability and streamlined implementation. Vendors undergo open-source tests to confirm compliance with the Sparkplug Technical Compatibility Kit (TCK). Successful products are added to the official list of compatible products, visible on the Sparkplug Working Group's website. The Sparkplug Compatible logo showcases compatibility.

Customers can trust that certified products have undergone rigorous testing and meet the required standards.

The program offers benefits to both vendors and customers:

  • Fostering Seamless Integration The program promotes interoperability, simplifying integration for system integrators and end-users. Certified components work seamlessly together, allowing organizations to build robust IoT solutions with confidence.
  • Encouraging Innovation and Collaboration Certification drives innovation and collaboration. Vendors align their products with Sparkplug, fostering feature-rich, interoperable solutions. Knowledge sharing and collaboration among vendors create a vibrant ecosystem.

Conclusion

Sparkplug 3.0 brings significant advancements and formalization to the MQTT Sparkplug protocol for IIoT applications. With improved clarity, explicit specifications, and alignment with MQTT 5.0, Sparkplug 3.0 offers enhanced interoperability, efficient data synchronization, and streamlined deployment in industrial environments. As the IIoT ecosystem continues to evolve, Sparkplug 3.0 provides a robust and standardized solution for reliable and scalable communication within IIoT networks.

As the world’s leading open-source MQTT broker, EMQX is the main component of infrastructure to manage all Sparkplug 3.0 message traffic. Neuron, an IIoT connectivity server, can act as an edge node and assist OT devices to be smarter and to report Sparkplug 3.0 messages in an asynchronous way.

Originally published at www.emqx.com

Top comments (0)