aedes

Barebone MQTT broker that can run on any stream server, the node way

MIT License

Downloads
132.5K
Stars
1.7K
Committers
63

Bot releases are hidden (Show)

aedes - v0.11.1

Published by mcollina almost 9 years ago

  • Do not forward or store $SYS topics for # subscription with QoS 1 or 2 #17
  • Added istanbul and coveralls to track code coverage
aedes - v0.11.0

Published by mcollina almost 9 years ago

aedes - v0.10.3

Published by mcollina almost 9 years ago

  • Correctly emit the client in 'publish' events, reported as #7.
aedes - v0.10.2

Published by mcollina almost 9 years ago

  • Performance optimization of QoS 1 & 2 (2x improvement).
  • Fixed QoS problem on high load scenario that could lead to client disconnections.
aedes - v0.10.0

Published by mcollina almost 9 years ago

  • Increased performance x5 with the use of mqtt-packet 4.0.0.
  • Added events to track what client has been doing.
aedes - v0.9.0

Published by mcollina about 9 years ago

  • Support Client#publish and Client#subscribe.
aedes - v0.8.0

Published by mcollina about 9 years ago

  • Count the number of offline clients and subscriptions
  • Server heartbeat refactoring and optimizations
aedes - v0.7.0

Published by mcollina about 9 years ago

  • Disconnect any client with a previous clientId
aedes - v0.6.0

Published by mcollina about 9 years ago

  • Added support for Aedes#authorizePublish and Aedes#authorizeSubscribe.
aedes - v0.5.0

Published by mcollina over 9 years ago

  • keep alive support
  • store will message to survive mosca crash
  • refactoring of packet handlers
aedes - v0.4.0

Published by mcollina over 9 years ago

  • Added will message support.
aedes - v0.3.0

Published by mcollina over 9 years ago

  • QoS 2 support
aedes - v0.2.0

Published by mcollina over 9 years ago

  • QoS 1 support
  • clean=false support
aedes - v0.1.0

Published by mcollina over 9 years ago

  • Initial release
  • QoS 0 support
  • Retain message support
  • Memory persistence