• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

MQTT Sender & Receiver

Author: korriander
Date: 09 Nov, 2014
Category: plugin
Credits:

M2Mqtt: http://m2mqtt.wordpress.com, https://m2mqtt.codeplex.com/ Based on MQTT http://mqtt.org.

Download

64bit

1-VVVV-MQTT.zip
26 Apr, 2015 - 13:50
Added the option to publish set messages to retained or not.
0-VVVV-MQTT_beta0_1.zip
09 Nov, 2014 - 22:15
Beta 0.1 version of the Plugin. Fixed patch error.

Description

MQTT short for Message Queue Telemetry Transport, is a light weight open Source messaging protocol for the Internet of Things. Learn more:

  • http://mqtt.org/
  • http://www.redbooks.ibm.com/abstracts/sg248054.html

Why should I use it? MQTT is a great and easy way to exchange low frequency messages like sensor readings, or program states etc. between multiple machines and services. Its very robust with a small footprint. It is based on the publish/subscribe paradigm and requires a central MQTT Broker.

Cool:

  • You can host the broker in the public web and communicate with nodes in local networks.
  • Which means you can communicate with your an Arduino anywhere on the planet which is connected to the internet: https://github.com/knolleary/pubsubclient
  • The communication is asynchronous and won't block vvvv!

If you wan't to host your own broker have a look at:

  • Simple but powerful broker: http://mosquitto.org/
  • Full IoT stack including an MQTT broker for the Rasperry PI: http://thethingbox.io/

Funfact: The Facebook Messenger is build on MQTT: https://www.facebook.com/notes/facebook-engineering/building-facebook-messenger/10150259350998920

Find the code at GitHub: https://github.com/JOxBERGER/VVVV-MQTT

This is a beta release, it works most of the time ;)

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
mediadog
02 May, 2015 - 16:53

Very nice! Great help patches, and seems to work perfect so far. Thank you!

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top