Skip to main content

Simple Management Protocol (SMP) for remotely managing MCU firmware

Project description

Simple Management Protocol (SMP)

smp implements serialization and deserialization of the Simple Management Protocol.

The SMP specification can be found here.

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.

If you need an SMP CLI application to interact with device firmware, then try smpmgr.

Install

smp is distributed by PyPI and can be installed with poetry, pip, and other dependency managers.

User Documentation

Documentation is in the source code so that it is available to your editor. An online version is generated and available here.

Development Quickstart

Assumes that you've already setup your development environment.

  1. activate envr, the environment manager for bash, zsh, and PS:
    . ./envr.ps1
    
  2. run poetry install when pulling in new changes
  3. run lint after making changes
  4. run test after making changes
  5. add library dependencies with poetry:
    poetry add <my_new_dependency>
    
  6. add test or other development dependencies using poetry groups:
    poetry add -G dev <my_dev_dependency>
    
  7. 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, use poetry run and poetry shell, and refer to envr-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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smp-4.1.0.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

smp-4.1.0-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file smp-4.1.0.tar.gz.

File metadata

  • Download URL: smp-4.1.0.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for smp-4.1.0.tar.gz
Algorithm Hash digest
SHA256 def270346a9f67e99e526a3c789a814e6e2203afa4d913cb11bb5a9bda6423a9
MD5 0782a956bbdced8ad62466939d8215cc
BLAKE2b-256 0b3a2a5017d4ed321389f242f26392d1cadfa36d9c6f235206b26491df83aafb

See more details on using hashes here.

Provenance

The following attestation bundles were made for smp-4.1.0.tar.gz:

Publisher: release.yaml on JPHutchins/smp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file smp-4.1.0-py3-none-any.whl.

File metadata

  • Download URL: smp-4.1.0-py3-none-any.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for smp-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca06376b130f028e02dc147a82f1f32bd1ce8e9397b23a0d6d391f7de76e883c
MD5 2f8718eb195640e236a92b96ab98255f
BLAKE2b-256 eac58a6625c8afd8b96865546310da0ac6b83a5700a9892c0e9b923b0ff1af61

See more details on using hashes here.

Provenance

The following attestation bundles were made for smp-4.1.0-py3-none-any.whl:

Publisher: release.yaml on JPHutchins/smp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page