Home
What is ZDM ?
The Zoom Device Management Service (ZDM) manages the whole lifecycle of customer devices by providing a rich set of features including:
- Zero-touch provisioning
- Remote Configuration
- Monitoring
- OTA Firmware & App Updates
Why ZDM 2.0 ?
ZDM 2.0 uses MQTT protocol for instant bi-directional push of data between your device and enterprise systems.
- Efficient Network Utilization
Unlike HTTP, ZDM 2.0 and MQTT is based on a pub-sub architecture so the total network traffic is reduced since there is no endless client polling. MQTT message size is also significantly smaller than HTTP so the amount of data passing through the network is reduced.
- ZDM Client Library
We provide our own Java SDK. It supports MQTT 5.0 features with easy-to-use fluent APIs. Device developers just need plug it in their project, implement some command callbacks and it's ready to use.