{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"}],"enrichment":{"capability":"Implements the transport layer for the Simple Management Protocol (SMP), enabling remote management of MCU firmware over serial (UART, USB, CAN), Bluetooth Low Energy, or UDP connections.","skillfed_tags":["embedded-systems","firmware-management","async-io"],"use_cases":["Automate firmware updates on embedded devices connected via serial port or USB during manufacturing or field deployment","Build a device management dashboard that communicates with multiple MCUs over BLE from a central Python service","Implement remote diagnostics and configuration changes on deployed IoT devices via UDP or serial","Integrate SMP protocol support into a Python-based embedded systems test harness or CI/CD pipeline","Develop a cross-platform tool to query device parameters and logs from MCUs running Zephyr or mcuboot"],"what_it_does":"smpclient is a Python library that implements the transport layer for the Simple Management Protocol, a specification for remotely managing embedded devices. It handles the low-level communication details needed to send SMP commands and receive responses over multiple connection types: serial ports (UART, USB, CAN), Bluetooth Low Energy, and UDP. The library abstracts away protocol-specific framing, encoding, and fragmentation so that applications can focus on higher-level device management tasks.\n\nThe library is built on async/await patterns and provides transport classes for each connection type, along with helper abstractions for common operations like firmware upgrades. It manages the complexity of serial fragmentation (base64 encoding, line splitting, reassembly buffer sizing) and negotiates MTU parameters for BLE and UDP. If you need just the SMP message protocol without transport implementation, the underlying smp dependency is available separately; if you prefer a command-line tool instead of a library, smpmgr is the alternative.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and fills a clear niche for Python developers needing to manage MCU devices via SMP. The permissive Apache-2.0 license poses no restrictions. Install with smpclient[all] if you need all transports, or smpclient[serial] / smpclient[ble] for specific connection types."},"id":"smpclient","links":{"html":"https://skillfed.io/packages/smpclient","md":"https://skillfed.io/packages/smpclient.md","pypi":"https://pypi.org/project/smpclient/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-06","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"smpclient","python_support":"supports_current","summary":"Simple Management Protocol (SMP) Client for remotely managing MCU firmware"},"popularity":{"monthly_downloads":319404,"position":7644,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"7.3.0"}
