Simple Management Protocol (SMP) Client for remotely managing MCU firmware
Project description
Simple Management Protocol (SMP) Client
smpclient
implements the transport layer of the Simple Management Protocol. This library can be
used as a dependency in applications that use SMP over serial (UART or USB), Bluetooth (BLE),
or UDP connections. Some abstractions are provided for common routines like upgrading device
firmware.
If you don't need a library with the transport layer implemented, then you might prefer to use smp instead. The SMP specification can be found here.
If you'd like an SMP CLI application instead of a library, then you should try smpmgr.
Install
smpclient
is distributed by PyPI and can be installed with poetry
, pip
, and other dependency managers.
Development Quickstart
Assumes that you've already setup your development environment.
- activate envr, the environment manager for bash, zsh, and PS:
. ./envr.ps1
- run
poetry install
when pulling in new changes - run
lint
after making changes - run
test
after making changes - add library dependencies with
poetry
:poetry add <my_new_dependency>
- add test or other development dependencies using poetry groups:
poetry add -G dev <my_dev_dependency>
- run tests for all supported python versions:
tox
Development Environment Setup
Install Dependencies
Create the venv
poetry install
The venv
should be installed to .venv
.
Activate envr
envr supports bash, zsh, and PS in Linux, MacOS, and Windows. If you are using an unsupported shell, you can activate the
.venv
environment manually, usepoetry run
andpoetry shell
, and refer toenvr-default
for useful aliases.
. ./envr.ps1
Verify Your Setup
To verify the installation, make sure that all of the tests are passing using these envr aliases:
lint
test
Enable the githooks
The pre-commit hook will run the linters but not the unit tests.
git config core.hooksPath .githooks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for smpclient-4.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fe9036860db5ce605f953d16079427a3712150ad7cc2a1ddc424c3cdc5ca9db |
|
MD5 | ce09faf1d1fb7de5fa8f7d78ab2f76f8 |
|
BLAKE2b-256 | db5b64f56d2bfa34f250bb644df55221b7dcb043c122392fc2a9add96f58b25b |