apache / mynewt-mcumgr

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

SMP Client library #165

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi,

Is there an implementation that helps me create and parse SMP messages for a client? Could I use this library for that purpose?

I want to send SMP/mcumgr commands without going through the mcumgr CLI. Ideally it would expose the same features as the cli, but with a C api.