Skip to content

An implementation of the SMP protocol as used in zephyr, mcuboot, mcumgr, and more.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Gessler-GmbH/smp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMP

An implementation of the SMP protocol in pure Rust.

This repository contains:

  • ./mcumgr-smp: A SMP library implementation to be used in your own projects
  • ./smp-tool: A command line tool for some common operations over different transports.

Library Usage

The mcumgr-smp Readme contains some usage examples.
Additionally, you can take a look at the smp-tool code for how to use the library:

License

This project is dual-licensed under MIT and Apache-2 licenses.
Copyright (c) 2023 Gessler GmbH.

About

An implementation of the SMP protocol as used in zephyr, mcuboot, mcumgr, and more.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages