ngx-mqtt-17
TypeScript icon, indicating that this package has built-in type declarations

17.0.1 • Public • Published

ngx-mqtt npm Travis

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

Since it's based on the browserified version of mqtt.js, this means although you have the possibility to use mqtt, mqtts, tcp, ssl, wx or wxs as the protocol in the client options, you can't use it, because this is a browser library where you can't conntect with mqtt directly via tcp, but with websockets. You also can't use key, cert and ca for the same reasons.

If you have any issues using this library, please visit it's homepage and look for similar issues in the issue tracker before you file a bug.

Local development

For local development all peer dependency automatically installed during install.

/ngx-mqtt-17/

    Package Sidebar

    Install

    npm i ngx-mqtt-17

    Weekly Downloads

    6

    Version

    17.0.1

    License

    MIT

    Unpacked Size

    117 kB

    Total Files

    15

    Last publish

    Collaborators

    • rfernandezf