tree: bc5b831fabce49dab341a71f4eb7970d196bd17f [path history] [tgz]
  1. docs/
  2. newtmgr/
  3. nmxact/
  4. vendor/
  5. Gopkg.lock
  6. Gopkg.toml
  7. LICENSE
  8. Makefile
  9. NOTICE
  10. README.md
  11. RELEASE_NOTES.md
versions/v1_4_0/mynewt-newtmgr/README.md

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/newtmgr/overview/

Building

Build the newtmgr tool as follows:

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