This is an automated email from the ASF dual-hosted git repository.

sterling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit cb725d5069683f33529523d1be2661da556d6c5c
Merge: e0ed5a6 a92c238
Author: Sterling Hughes <sterlinghug...@users.noreply.github.com>
AuthorDate: Tue May 22 07:58:29 2018 -0700

    Merge pull request #74 from mkiiskila/serverapi
    
    nmxact; add API to allow CoAP server side operation

 newtmgr/bll/bll_sesn.go               |   8 ++
 newtmgr/config/mtech_lora_config.go   |  14 ++-
 nmxact/lora/lora_coap.go              |   1 +
 nmxact/mgmt/transceiver.go            |  13 +++
 nmxact/mtech_lora/listen.go           | 165 +++++++++++++++++++--------
 nmxact/mtech_lora/mtech_lora_sesn.go  | 206 +++++++++++++++++++++++++++++-----
 nmxact/mtech_lora/mtech_lora_xport.go | 121 +++++++++++++++-----
 nmxact/nmble/ble_sesn.go              |   8 ++
 nmxact/nmble/naked_sesn.go            |   8 ++
 nmxact/nmcoap/dispatch.go             |   8 ++
 nmxact/nmserial/serial_sesn.go        | 200 ++++++++++++++++++++++++++++-----
 nmxact/nmserial/serial_xport.go       | 141 +++++++++++++++++++++--
 nmxact/omp/dispatch.go                |   5 +
 nmxact/omp/omp.go                     |   3 +-
 nmxact/sesn/sesn.go                   |   3 +
 nmxact/sesn/sesn_cfg.go               |  14 +++
 nmxact/udp/udp_sesn.go                |   8 ++
 17 files changed, 787 insertions(+), 139 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterl...@apache.org.

Reply via email to