From 1a6cba01a458d638a40b4bfe220cf06d0cbaa158 Mon Sep 17 00:00:00 2001 From: Nicolas Buffon Date: Tue, 19 Nov 2024 15:49:37 +0100 Subject: [PATCH] README.md: add device management section Signed-off-by: Nicolas Buffon --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9c700f99..18950609 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Features |-----------------------|:----:|:------:|:----:| | **MQTTv5** | ✓ | ✓ | ✓ | | **Telemetry** | ✓ | ✓ | ✓ | +| **Device Management** | | | | ### Message exchange @@ -50,6 +51,19 @@ Sent traces include the following parameters: - `iot3.core.mqtt.payload_size` - `iot3.core.sdk_language` +### Device management + +_**Work in progress**_ + +Each implementation is _intended_ to provide an implementation of LwM2M protocol to bootstrap the device or application, +and to send periodical alive messages. + +| Language | Bootstrap | Run | +|----------|-----------|-----| +| Rust | | | +| Python | | | +| Java | | | + JSON schemas ------------