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. e7eeb14 Prepare for Apache Mynewt 1.15.0 release by Szymon Janc · 29 hours ago master mynewt_1_15_0_rc1_tag
  2. 61e3193 build(deps): bump golang.org/x/net from 0.40.0 to 0.55.0 by dependabot[bot] · 8 days ago
  3. 143fb95 Bump version to 1.15.0-dev by Szymon Janc · 7 months ago
  4. 144a2be Prepare for Apache Mynewt 1.14.0 release by Szymon Janc · 7 months ago mynewt_1_14_0_rc1_tag mynewt_1_14_0_tag
  5. 4892d4d README: Fix typo by Szymon Janc · 7 months ago

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