Lightweight Message Queuing Network (LwMQN) is an open source project that follows part of OMA LwM2M v1.0 specification to meet the minimum requirements of machine network management.
- LwMQN project provides you with this machine-side @lwmqn/qnode library and a server-side @lwmqn/shepherd library to build your machine network with JavaScript and node.js easily.
- Server-side library: lwmqn-shepherd
- Client-side library: lwmqn-node
- A simple demo webapp
lwmqn-util is a utility for Lightweight Message Queuing Network (@lwmqn/shepherd) and Client(@lwmqn/qnode) modules. This utility provides some common methods of getting identifiers in string or in number, getting command ids, getting response codes, and tackling the path of resource alloaction.
Currently Node.js 8.x LTS or higher is required.
$ npm install @lwmqn/util
Please visit the API
.
Licensed under MIT.