apache / mynewt-mcumgr

Apache mynewt
https://mynewt.apache.org/
99 stars 76 forks source link

Added initial protocol description for NMP/SMP #18

Closed microbuilder closed 5 years ago

microbuilder commented 5 years ago

This PR is based on some documentation from Adafruit_Mynewt, and attempts to describe some of the basics of the nmp protocol used by both newtmgr and mcumgr.

The original documentation is based on an early release of the protocol in the context of Apache Mynewt, but an attempt has been made to bring the links and basic details up to date with the golang based newtmgr and the C based mcumgr projects.

Further extensions to this document are of course welcome and necessary to help people implement nmp in their mobile, desktop or other applications.

carlescufi commented 5 years ago

CC @ccollins476ad @MariuszSkamra @sjanc

nvlsianpu commented 5 years ago

cc @philips77

nvlsianpu commented 5 years ago

LGTM Thanks!