You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device Update for IoT Hub - Reference Agent Documentation
Overview
Device Update for IoT Hub is an Azure service that enables secure, scalable over-the-air (OTA) updates for IoT devices. This repository contains the reference implementation of the Device Update agent — a comprehensive, production-ready agent that demonstrates best practices for integrating Device Update capabilities into IoT devices and applications.
# Clone the repository
git clone https://github.com/Azure/iot-hub-device-update.git
cd iot-hub-device-update
# Install all dependencies
./scripts/install-deps.sh -a
# Build the agent
./scripts/build.sh -c
📚 See Building the Agent for build options, platform-specific guidance, and cross-compilation.