From 698ce05b9a022bf01349a7c352c328978a35ccf6 Mon Sep 17 00:00:00 2001 From: "J.P. Hutchins" Date: Wed, 14 Feb 2024 10:56:35 -0800 Subject: [PATCH] docs: link to smp and smpclient --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f15d736..354f218 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ The SMP specification can be found [here](https://docs.zephyrproject.org/latest/services/device_mgmt/smp_protocol.html). +If you'd like a library that implements the **serial (UART or USB)**, **Bluetooth (BLE)**, and +**UDP** transport layers for SMP, take a look at +[smpclient](https://github.com/intercreate/smpclient). + +If you need an SMP CLI application to interact with device firmware, then try +[smpmgr](https://github.com/intercreate/smpmgr). + ## Install `smp` is [distributed by PyPI](https://pypi.org/project/smp/) and can be installed with `poetry`, `pip`, and other dependency managers.