Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhusinsky/vl.io.mqttnet
MQTT nodes for VL based on MQTTnet
https://github.com/mhusinsky/vl.io.mqttnet
mqtt vl vvvv
Last synced: about 1 month ago
JSON representation
MQTT nodes for VL based on MQTTnet
- Host: GitHub
- URL: https://github.com/mhusinsky/vl.io.mqttnet
- Owner: mhusinsky
- License: mit
- Created: 2020-09-23T07:18:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T07:52:48.000Z (3 months ago)
- Last Synced: 2024-12-07T20:43:22.436Z (about 1 month ago)
- Topics: mqtt, vl, vvvv
- Homepage:
- Size: 280 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.IO.MQTTnet
MQTT nodes for [VL](https://visualprogramming.net/), based on [MQTTnet](https://github.com/chkr1011/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](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation.