Skip to main content

Simple Management Protocol (SMP) Manager for remotely managing MCU firmware

Project description

Simple Management Protocol (SMP) Manager

smpmgr is a CLI application for interacting with device firmware over a serial (UART or USB), Bluetooth (BLE), or UDP, connection. It can be used as a reference implementation of the smp and smpclient libraries when developing your own SMP application.

The SMP specification can be found here.

Install

You can download a portable executable for Windows or Linux from the latest releases page.

smpmgr is also distributed by PyPI. If you already have a Python environment setup, then it is strongly recommended to install smpmgr with pipx instead of pip.

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. run build to build a portable executable bundle at dist/smpmgr-<git tag>. Refer to portably.py for details.
  6. add library dependencies with poetry:
    poetry add <my_new_dependency>
    
  7. add test or other development dependencies using poetry groups:
    poetry add -G dev <my_dev_dependency>
    

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

smpmgr-0.10.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

smpmgr-0.10.0-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file smpmgr-0.10.0.tar.gz.

File metadata

  • Download URL: smpmgr-0.10.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for smpmgr-0.10.0.tar.gz
Algorithm Hash digest
SHA256 be88b3c06dea84be326c03e7607484931c4ef3ed07b204dc93e48ab1cb0df7dc
MD5 ff8e690c0a22d1ac1daf401d8cf66fcc
BLAKE2b-256 33126c85e32a7e0bdfa815a0083f9af964e44b46d69a92cdd59c021fb9c33970

See more details on using hashes here.

Provenance

The following attestation bundles were made for smpmgr-0.10.0.tar.gz:

Publisher: release.yaml on intercreate/smpmgr

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

File details

Details for the file smpmgr-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: smpmgr-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for smpmgr-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af0baaa3aa51875336d8a774ba916dc15e9611b9b4072d98c9ba361e7a58c7c6
MD5 adb338c45e63a4a5cc8e4daedbf82d00
BLAKE2b-256 2c5e513e36072734e8f302a0e8f46da3d0d22ae4fae3b7a4e9f731cdf4216399

See more details on using hashes here.

Provenance

The following attestation bundles were made for smpmgr-0.10.0-py3-none-any.whl:

Publisher: release.yaml on intercreate/smpmgr

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

Supported by

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