ngx-mqtt

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

MIT License

Downloads
26.7K
Stars
186
Committers
14

Bot releases are hidden (Show)

ngx-mqtt - v16.1.0 Latest Release

Published by sclausen over 1 year ago

Fix

  • #235 Add missing payload to onPacketsend and onPacktreceive. (75923af)
ngx-mqtt - 16.0.0

Published by sclausen over 1 year ago

Bumped version to angular 16

ngx-mqtt - 6.13.3

Published by sclausen over 4 years ago

Refactoring

  • #149 Removed obsolete dependencies. (03dfea1)
ngx-mqtt - 6.13.0

Published by sclausen about 5 years ago

Features

  • #143 Now allows to set a connection url which will override the parametrized url parts. Also port and path will not be filled with default values, if not provided. (0f27388)
ngx-mqtt - 6.11.0

Published by sclausen over 5 years ago

Features

  • #134 Fixed version constraints to allow newer angular versions. (977fa10)

Tasks

ngx-mqtt - v6.10.0

Published by sclausen over 5 years ago

Bugfixes

  • #126 #127 #130 Updated mqtt.js to 3.0.0 which fixes the Windows installation bug. Thanks to @balintbalazs for the info! (997e287)
ngx-mqtt - 6.8.5

Published by sclausen over 5 years ago

ngx-mqtt -

Published by sclausen almost 6 years ago

Bugfixes

Missed the mqtt package, which is needed for some typings. (95516c5)

ngx-mqtt - 6.8.1

Published by sclausen almost 6 years ago

Bugfixes

  • #123 Missed the browserified mqtt.js vendor dependency. (3adeb44)
ngx-mqtt - 6.8.0

Published by sclausen almost 6 years ago

Features

  • #121 Added latest master of mqtt.js as dev-dependency and removed copied typings. This means the recently merged mqtt 5 features are available. (6805b51)
ngx-mqtt - 5.5.0

Published by sclausen almost 6 years ago

Features

  • #122 Added observeRetained via a pull request from @markdegrootnl. (f2e8e16)
ngx-mqtt -

Published by sclausen about 6 years ago

Bug Fixes

  • #117 Removed standard keepalive (10s) in favor of mqtt.js keepalive (60s). (cbc9574)
ngx-mqtt -

Published by sclausen about 6 years ago

Features

  • #113 Implemented missing mqtt.js client events end, packetsend and packetreceive. (c1dc67e)
ngx-mqtt -

Published by sclausen about 6 years ago

Features

  • #111 Implements the onOffline observable which will emit a message, if the client goes offline. (a10d632)
ngx-mqtt -

Published by sclausen about 6 years ago

Bug Fixes

  • #112 connect/reconnect event handlers now check if connectOnCreate is true before subscribing/resubscribing all filters. (5887ea6)
ngx-mqtt -

Published by sclausen over 6 years ago

Features

  • c9ab883 Added option to observe and observeRetained to set the QoS.
ngx-mqtt -

Published by sclausen over 6 years ago

Bug Fixes

  • 5dfea9a observeRetained now emits just the latest received message on subscribe.
ngx-mqtt -

Published by sclausen over 6 years ago

BREAKING CHANGES

  • #95 Added new method , which will send the last received message to all new subscribers. (ec800f1)

The observable returned by observe won't send the latest message to a new subscriber. For retained behavior the new method observeRetained should be used. The returned observable will always send the latest message on subscribe.

ngx-mqtt -

Published by sclausen over 6 years ago

Bug Fixes

  • #92 Publish just retained messages to all current and subsequent subscribers. (da14af8, 20f1322)
ngx-mqtt -

Published by sclausen over 6 years ago