Skip to content

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

License

Notifications You must be signed in to change notification settings

sclausen/ngx-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 2, 2024
252be79 · Feb 2, 2024
May 25, 2023
May 16, 2023
Jun 13, 2021
Feb 2, 2024
Jul 28, 2020
May 16, 2023
Jun 6, 2021
Aug 29, 2020
Feb 27, 2017
Jun 6, 2021
May 16, 2023
Jun 13, 2021
Feb 2, 2024
Feb 2, 2024
May 16, 2023
May 16, 2023

Repository files navigation

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.

ngx-mqtt >= 7 is only compatible with angular >= 9

Local development

For local development all peer dependency automatically installed during install.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages