Prepare for Apache Mynewt 1.15.0 release
2 files changed
tree: a19211af14540b77f7afb61c99827a7dda9924cf
  1. .github/
  2. docs/
  3. newtmgr/
  4. nmxact/
  5. .asf.yaml
  6. .gitignore
  7. .rat-excludes
  8. go.mod
  9. go.sum
  10. LICENSE
  11. Makefile
  12. NOTICE
  13. README.md
  14. RELEASE_NOTES.md
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/os/modules/devmgmt/newtmgr.html

Building

Build the newtmgr tool as follows:

  1. Unpack newtmgr source.
  2. cd newtmgr in resulting folder
  3. go build