mqtt-connection : Stream-based Connection object for MQTT, extracted from MQTT.js. You can installing mqtt-connection npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mqtt-connection $ sudo npm install -g mqtt-connection
If want to update the mqtt-connection package execute the command as below,
$ sudo npm update mqtt-connection
Update package globally,
$ npm install -g mqtt-connection
$ sudo git clone https://github.com/rektide/mqtt-connection.git
$ sudo npm install -g ./mqtt-connection
mqtt-connection@3.2.0 /usr/lib/node_modules/mqtt-connection
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mqtt-connection
Package Name | mqtt-connection |
Version | 3.2.0 |
Description | Stream-based Connection object for MQTT, extracted from MQTT.js |
Released Date | 2017-10-17T07:54:48.029Z |
Published by | matteo.collina |
How to Learn | https://www.npmjs.com/package/mqtt-connection/tutorial |