@sauravseng/ngx-mqtt
TypeScript icon, indicating that this package has built-in type declarations

9.2.1 • Public • Published

This library isn't just a wrapper around MQTT.js for angular. It uses observables and takes care of subscription handling and message routing.

It is alligned with the MQTT v4.3.7 (https://www.npmjs.com/package/mqtt/v/4.3.7)

This means although you have the possibility of mqtt.js to use mqtt, mqtts, tcp, ssl, wx or wxs as the protocol in the client options, you can't, because this is a browser library where you can't conntect with something other than websockets. You also can't use key, cert and ca for the same reasons.

ngx-mqtt >= 9.2.0 is only compatible with angular >= 14

Readme

Keywords

none

Package Sidebar

Install

npm i @sauravseng/ngx-mqtt

Weekly Downloads

0

Version

9.2.1

License

MIT

Unpacked Size

162 kB

Total Files

17

Last publish

Collaborators

  • sauravseng