Getting Started with the Device SDK
Welcome to the Device SDK tutorial! This guide will walk you through building and connecting your first device to the Mir IoT Hub.
🎯 What You'll Learn
- Core concepts and structure of a Mir device
- How to establish secure device communication
- Implementing telemetry data streaming
- Handling remote commands
- Handling configuration via properties
- Using the Mir CLI to manage your devices
By the end of this tutorial, you'll have a fully functional device connected to Mir and understand the fundamental patterns for device or software integration.
📋 Prerequisites
Before starting:
- A running instance of the Mir Server
- The Mir CLI tool installed
- Basic familiarity with Go programming
Follow the Running Mir Setup guide to prepare your environment.
🔧 SDK Language Support
Currently, the SDK is available for:
- Go
Coming soon:
- Python
- C/C++
- Additional languages based on community needs
Let's begin building your first Mir device.
Mir