Newt Manager (newtmgr) is the application tool that enables a user to communicate with and manage remote devices running the Mynewt OS

Clone this repo:
  1. 1a69b80 Bump version to 1.13.0-dev by Szymon Janc · 12 days ago master
  2. 2462905 Prepare for Mynewt 1.12.0 release by Szymon Janc · 3 weeks ago mynewt_1_12_0_rc1_tag mynewt_1_12_0_tag
  3. 5c3d1e7 build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by dependabot[bot] · 6 months ago
  4. df2eee5 Bump version to 1.12.0-dev by Szymon Janc · 7 months ago
  5. 5086b90 Prepare for Mynewt 1.11.0 release by Szymon Janc · 8 months ago mynewt_1_11_0_rc1_tag mynewt_1_11_0_tag

Newtmgr

Newt Manager (newtmgr) is the application tool that enables a user to communicate with and manage remote devices running the Mynewt OS. It uses a connection profile to establish a connection with a device and sends command requests to the device. The newtmgr tool documentation can be found under /docs which are published at http://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr.html

Building

Build the newtmgr tool as follows:

  1. Unpack newtmgr source.
  2. Rename resulting apache-mynewt-newtmgr-1.9.0 directory to $GOPATH/src/mynewt.apache.org/newtmgr
  3. cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr
  4. GO111MODULE=on go build