arduino-mqtt

MQTT library for Arduino

MIT License

Stars
1K
Committers
17

Bot releases are hidden (Show)

arduino-mqtt -

Published by 256dpi over 9 years ago

  • minor updates
arduino-mqtt -

Published by 256dpi over 9 years ago

  • reflect changes on shiftr.io
arduino-mqtt -

Published by 256dpi over 9 years ago

  • Reduced installation time drastically for YunMQTTClient.
  • Added an opt-out function to ensure the scripts existence on every start.
  • Removed the now obsolete YunMQTTInstall example.
arduino-mqtt -

Published by 256dpi over 9 years ago

arduino-mqtt -

Published by 256dpi over 9 years ago

  • Reverted dependency update that broke connecting.
arduino-mqtt -

Published by 256dpi over 9 years ago

  • library manager compliant
arduino-mqtt -

Published by 256dpi over 9 years ago

  • updated Paho library (bug fixes)
arduino-mqtt -

Published by 256dpi over 9 years ago

  • buffer size is now configurable
  • added publish variant without payload
  • updated dependencies
  • little memory optimizations
arduino-mqtt -

Published by 256dpi almost 10 years ago

This release fixed a bug where the Arduino hang for ~1sec on every client.loop() call. Your programs should run now with full speed. The client will only block for max 1sec if there is possible more data to receive.

arduino-mqtt - v1.0

Published by 256dpi almost 10 years ago

First release of the library.