mqtt revamped
Author: | woei |
Date: | 29 Nov, 2015 |
Category: | plugin |
Credits: | M2Mqtt: http://m2mqtt.wordpress.com, korriander: http://vvvv.org/contribution/mqtt-sender-receiver, meso for sponsoring: http://meso.net |
Download
64bit
v1.1 AnyCPU
Description
based off the mqtt sender and receiver plugins by korriander v1.1 rewriting initiated and sponsored by http://meso.net
this implementation comes in two flavours:
MQTT (Network Client)
monolithic Client node - for simple applications: a combined sender and receiver node (think rs232) since you most probably only specify the connection once
Client, Send and Receive
do the client connection in one place of the patch and pass the client to the places, where sending and receiving is actually happening
with following improvements:
v1.1:
- username and password
- (Clean) Session
- Keep Alive Period
- Last Will / Testament
- remove retained message
- improved overall stability
source on github
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
any idea why restarting the client is not possible until restart of vvvv, when the connection is lost?
great ¡¡ , thank you ¡¡