Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 729 Bytes

Readme.md

File metadata and controls

28 lines (15 loc) · 729 Bytes

VL.IO.MQTTnet

MQTT nodes for VL, based on MQTTnet.

Features

Nodes to publish and subscribe topics with a client node, based on the MQTTnet.Extensions.ManagedClient.

  • MQTT over TCP and Websockets
  • Supports wildcards in topics (+ and #)
  • Experimental support for TLS (but no certificate loading)

TODO

  • Certificate Loading

Installing

To use the nodes in VVVV gamma, install the available nuget from nuget.org.

    nuget install VL.IO.MQTTnet -pre

For information on how to use nugets with VL, see Managing Nugets in the VL documentation.