Awesome
VL.IO.M2MQTT
An MQTT client for accessing an MQTT broker.
Does not support wildcards in topics! See VL.IO.MQTTnet for an alternative that does.
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
Getting started
-
Install as described here via commandline:
nuget install VL.IO.M2MQTT -pre
-
Requires access to an MQTT broker (see below)
-
Usage examples and more information are included in the pack and can be found via the Help Browser
Useful links
- MQTT software (brokers, ...)
Contributing
- Report issues on the vvvv forum
- For custom development requests, please get in touch
- When making a pull-request, please make sure to read the general guidelines on contributing to vvvv libraries
Credits
Based on M2MqttDotnetCore