Dotdot

Dotdot logo. Source: Zigbee Alliance 2020.
Dotdot logo. Source: Zigbee Alliance 2020.

Dotdot is the universal language of the Internet of Things (IoT), making it possible for devices to work together on any network. Dotdot makes devices interoperable, regardless of vendor or connectivity technologies. Consumers can buy any appliance and expect it to talk to other appliance, so long as both Dotdot certified.

Dotdot was developed by the Zigbee Alliance, an open, global, non-profit organization. Dotdot itself was made possible by the Zigbee Cluster Library (ZCL) defined for the Zigbee stack. Dotdot is more universal. It sits at the application layer but lower layers can be Zigbee, Thread, Wi-Fi, Bluetooth, and more. Zigbee devices could already interoperate among themselves seamlessly. Dotdot extends this to non-Zigbee devices.

Other organizations or communities (Bluetooth, OMG, OCF, GS1, Haystack, Schema.org) are also developing specifications for IoT interoperability at the application layer. These could complement or compete against Dotdot.

Discussion

  • What's the need for Dotdot?
    Dotdot Overview. Source: Zigbee Alliance 2017b.

    IoT devices connect with various wired or wireless technologies and networking protocols. That's fine so long as devices can understand one another at the application layer.

    Back in 2017, a toaster couldn't communicate with a coffee machine. A smart hub probably couldn't control an off-the-shelf smart lock or thermostat. A light switch couldn't turn off or dim a lamp. This is because devices come from different vendors. Their interfaces are either closed, limited or proprietary. For example, devices from Apple, Google, Amazon or Samsung probably need different mobile apps to control them.

    This is a difficult scenario for any systems integrator who has to understand and interface many different technologies. Even at runtime, devices will sacrifice some processing to protocol translation. What we need is a common language at the application layer that all devices can understand. This is exactly what Dotdot provides.

    It's possible to build a cloud platform that understands all devices. The cloud then becomes the convergence point for devices to talk to one another. But for many applications, relying on the cloud is unacceptable due to reliability, complexity and latency.

  • What are the benefits of using Dotdot?

    Dotdot has the following benefits:

    • Single solution for all markets - A single application layer that works over many networks means a single choice for developers and consumers. This ends market fragmentation across segments: home, building, industrial, retail, health, energy, and more.
    • Easy - All necessary documents, references and tools are available in a single location and a single certification mark on every certified product and package.
    • Secure - Unique IDs, DTLS sessions, operational certificates and Access Control Lists (ACLs).
    • Global - Built on the open standards and global membership of 400 Zigbee Alliance members. Uses 2.4 GHz and 800-900 MHz bands that are globally available.
    • Proven - Based on the Zigbee Cluster Library (ZCL) that's deployed in over 300 million products for over 10 years.
    • Reliable and robust - Dotdot brings a rich catalog of device interaction models to IP networks. This enables devices to interoperate natively, while being able to interact with similar/complimentary devices on a Zigbee network.
    • Interoperable - Certification ensures device-to-device interoperability. Enables and connects multi-vendor ecosystems.
  • Where does Dotdot fit within the protocol stack?
    Dotdot sits in the application layer. Source: Adapted from Moneta and Williams 2017.
    Dotdot sits in the application layer. Source: Adapted from Moneta and Williams 2017.

    Dotdot is meant for the application layer. Zigbee Alliance also has a certification program to certify devices that are compliant to the Dotdot specification. At the lower layers, Dotdot can interwork with any network or connectivity protocol. This includes Zigbee, Thread, Wi-Fi, Bluetooth, and more.

    With Dotdot, we can have direct device-to-device communications within a Zigbee network or within a Thread network. When a Zigbee device needs to talk to a Thread device, there will be a gateway to translate between the two network. However, the devices can understand each other at the application layer, thanks to Dotdot. With Dotdot over Thread, there's no need for a gateway to connect the device to the cloud. Since Thread is IP based, such devices can directly talk to the cloud.

  • How is Dotdot related to the Zigbee Cluster Library (ZCL)?
    Mapping Zigbee to Thread + Dotdot. Source: Tekippe 2018, slide 12.
    Mapping Zigbee to Thread + Dotdot. Source: Tekippe 2018, slide 12.

    Zigbee Alliance standardized ZCL so that different devices can interoperate at the application layer. ZCL contains 100+ device types, 2400+ certified products, and has matured over 15 years. Only problem with ZCL is that it works only with the Zigbee stack. This is where Dotdot fits in.

    Dotdot can be seen as a universal application layer that can work with any underlying stack. As an example, Dotdot interfacing to Thread stack was shown at CES 2017. In this case, ZCL maps to CoAP Resources and HTTP verbs such as GET, PUT, POST, and DELETE.

    Dotdot enables Zigbee devices to get connected to the Internet. In fact, Dotdot is considered an alias for ZCL over IP (ZCLIP). It's been said that,

    Dotdot is a standard that allows you to put ZCL on any “rails” other than Zigbee – WiFi, Thread, and so on.

    ZCL is optimized for constrained devices. Messages are compact, most fitting within 127-byte 802.15.4 packet. Zigbee Alliance gets a head start by reusing the work done on ZCL for IP networks.

  • Which are the documents relevant to Dotdot development?
    Dotdot resource table. Source: Desbenoit and Vulcano 2017, slide 20.
    Dotdot resource table. Source: Desbenoit and Vulcano 2017, slide 20.

    For mapping ZCL to IP and RESTful interfaces, the following IETF documents are relevant:

    • RFC 6690: Constrained RESTful Environments (CoRE) Link Format
    • RFC 7252: Constrained Application Protocol (CoAP)
    • RFC 7049: Concise Binary Object Representation (CBOR)

    ZCL Specification is an essential reference. It's also worth reading NXP's ZCL User Guide.

  • What exactly is the Dotdot Commissioning App?

    The Dotdot Commissioning App is an app that's mostly based on the Thread Commissioning App developed for commissioning Thread-enabled devices. This app facilitates management and expansion of a Dotdot network.

    The app first discovers Dotdot-compliant devices in a Thread network. It interrogates each device to discover services, clusters and endpoints. It discovers commands supported by each device. Once this is done, the app can send commands and change attributes on devices.

    Zigbee Alliance members get access to this app. This saves operators the trouble of developing their own apps.

  • What are the alternatives to Dotdot?
    Alternative to Dotdot exist at the application layer. Source: Berrios et al. 2017, fig. 12.
    Alternative to Dotdot exist at the application layer. Source: Berrios et al. 2017, fig. 12.

    IoTivity is a reference implementation of Open Connectivity Foundation (OCF) specifications. It uses RESTful interfaces.

    IPSO Alliance is also involved in defining specifications.

    Object Management Group (OMG) defined the Data Distribution Service (DDS) for it's Industrial Internet Consortium (IIC). OMG has defined standards for healthcare and retail.

    Bluetooth Special Interest Group (SIG) concerns itself with application layer interoperability among constrained devices. It does this via Generic Attributes (GATT) profiles and assigned numbers.

    GS1 is involved in supply chain standards for data exchange across Retail, Healthcare, and Transport & Logistics industries. It's standards include EPC Information Service (EPCIS), Core Business Vocabulary (CBV), Global Product Classification (GPC), and more.

    IETF's Extensible Provisioning Protocol (EPP) is an application-layer, client-server protocol for the provisioning and management of objects stored in a shared central repository. Developed for Internet domains and hosts, it can be extended to IoT.

    Project Haystack is an open community looking at semantic data models and web services.

    Schema.org manages a common set of semantic schemas. It's current ontology can be extended to IoT.

Milestones

2007

Zigbee Alliance publishes the first release of the Zigbee Cluster Library (ZCL). Revision 6 of this document appears in January 2016. A cluster is a related collection of commands and attributes, which together define an interface to specific functionality. Example clusters include HVAC, lighting, security and safety, and measurement and sensing. ZCL later becomes a starting point for Dotdot.

2013

At a meeting in Boston, a stack vendor and two door lock manufacturers discuss how best to interface their products. Over a few days, they agree on what eventually becomes the Door Lock Cluster within ZCL. This cluster defines how doors can be locked/unlocked or their pin codes changed. This is just one example about how clusters in ZCL are organized around specific device types.

2017

Though the IoT world has seen a number of protocols at the connectivity layers the last few years, this is the year when there's serious talk about interoperability at the application layer. Since various devices have to understand one another in terms of types, capabilities and interfaces, it's also called semantic interoperability. Many specifications and guidelines are available by the end of the year.

Jan
2017
Dotdot can work with any networking stack. Source: DSR Corporation 2019.
Dotdot can work with any networking stack. Source: DSR Corporation 2019.

At CES, Zigbee Alliance demonstrates how Dotdot can enable devices across Zigbee and IP networks talk to each other. In particular, they show Thread-based devices that have Dotdot at the application layer.

Feb
2017

Thread Group releases version 1.1 of the Thread specification and a certification program.

Dec
2017

The Zigbee Alliance and Thread Group announce the availability of the Dotdot over Thread Specification. The specification is available to Zigbee Alliance members. By mid-2018, they expect to release Dotdot Commissioning Application and launch a certification program.

Jan
2019

Dotdot over Thread certification program is launched. Support for more networks other than Thread is added later in the year.

References

  1. Berrios, Victor, Richard Halter, Mark Harrison, Scott Hollenbeck, Elisa Kendall, Doug Migliori, John Petze, and J. Clarke Stevens. 2017. "Cross-industry semantic interoperability, part two: Application-layer standards and open-source initiatives." Embedded Computing Design, OpenSystems Media, July 5. Accessed 2020-08-29.
  2. DSR Corporation. 2019. "What is Dotdot?" Blog, DSR Corporation, February 27. Accessed 2020-08-29.
  3. Davies, Alex. 2019. "Zigbee and Thread announce Dotdot-interop, slight déjà vu." Rethink Research, January 11. Accessed 2020-08-29.
  4. Desbenoit, Jean-Pierre and Bruno Vulcano. 2017. "Zigbee 3.0 and Dotdot Connecting the IoT." ETSI IoT Week, Sophia-Antipolis, France, October 23-26. Accessed 2020-08-29.
  5. Ewing, David. 2017. "Delving deeper into dotdot — ZigBee’s new ‘Universal Language for the IoT’." Embedded by Aspencore, April 14. Accessed 2020-08-29.
  6. Green, Sharee and Bruno Vulcano. 2019. "Introduction to Zigbee & Dotdot." BICSI Mainland Europe, Roma, October 30. Accessed 2020-08-29.
  7. Hale, Ezra. 2018. "Dotdot—The Language of the IoT." Electronic Design, March 28. Accessed 2020-08-29.
  8. Mannion, Patrick. 2017. "Connect the Dots: Use ZigBee’s dotdot Protocol to Simplify IoT Device Connectivity." IoT Solution Provider, The Channel Company, February 10. Accessed 2020-08-29.
  9. Mishra, Harshvardhan. 2019. "Dotdot is the universal language of the IoT." IoTbyHVM, January 5. Accessed 2020-08-29.
  10. Moneta, Daniel and Cam Williams. 2017. "Principles of IoT device interoperability." Electronic Products, March 16. Accessed 2020-08-29.
  11. Tekippe, Mark. 2018. "Dotdot Unifies IoT Device Networks." Silicon Labs, March 13. Accessed 2020-08-29.
  12. Zigbee Alliance. 2016. "ZigBee Cluster Library Specification." Revision 6, Draft Version 1.0, Doc 075123, January 14. Accessed 2020-08-29.
  13. Zigbee Alliance. 2017a. "The Zigbee Alliance and Thread Group Address IoT Industry Fragmentation with the Availability of the Dotdot Specification over Thread’s IP Network." Press Release, Zigbee Alliance, December 12. Accessed 2020-08-29.
  14. Zigbee Alliance. 2017b. "Dotdot by Zigbee Alliance." Zigbee Alliance, on YouTube, January 2. Accessed 2020-08-29.
  15. Zigbee Alliance. 2017c. "The Zigbee Alliance to Unveil Universal Language for the IoT from CES 2017 Making it Possible for Smart Objects to Work Together on Any Network." Press Release, Zigbee Alliance, January 3. Accessed 2020-08-29.
  16. Zigbee Alliance. 2020. "Dotdot Homepage." Zigbee Alliance. Accessed 2020-08-29.

Further Reading

  1. Zigbee Alliance. 2019. "Dotdot + Thread: Learn about the Specification and Streamlined Certification Programs." Zigbee Alliance, on YouTube, January 30. Accessed 2020-08-29.
  2. Zigbee Alliance. 2016. "ZigBee Cluster Library Specification." Revision 6, Draft Version 1.0, Doc 075123, January 14. Accessed 2020-08-29.
  3. NXP Semiconductors. 2018. "ZigBee Cluster Library (for ZigBee 3.0) User Guide." JN-UG-3115, Revision 1.5, September 14. Accessed 2020-08-29.
  4. Silicon Labs. 2018. "SiliconLabs/zclip-rd." Silicon Labs, on GitHub, April 11. Accessed 2020-08-29.
  5. Richardson, Tobin. 2017. "Zigbee Perspective on IoT." Zigbee Alliance, July. Accessed 2020-08-29.

Article Stats

Author-wise Stats for Article Edits

Author
No. of Edits
No. of Chats
DevCoins
5
1
1468
8
0
1083
1
0
13
1
0
9
1532
Words
3
Likes
16K
Hits

Cite As

Devopedia. 2022. "Dotdot." Version 15, February 15. Accessed 2023-11-13. https://devopedia.org/dotdot
Contributed by
4 authors


Last updated on
2022-02-15 11:51:07
  • IEEE 802.15.4
  • OSI Reference Model
  • IoTivity
  • ZigBee
  • Internet of Things
  • IoT Mesh Networking