Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/vl.io.netmq
Set of nodes to work with NetMQ
https://github.com/vvvv/vl.io.netmq
netmq visual-programming vl zmq
Last synced: 15 days ago
JSON representation
Set of nodes to work with NetMQ
- Host: GitHub
- URL: https://github.com/vvvv/vl.io.netmq
- Owner: vvvv
- License: lgpl-3.0
- Created: 2018-09-04T15:37:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T09:10:51.000Z (about 2 years ago)
- Last Synced: 2024-12-01T22:46:18.770Z (21 days ago)
- Topics: netmq, visual-programming, vl, zmq
- Language: C#
- Size: 190 KB
- Stars: 7
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.IO.NetMQ
Set of nodes to work with [NetMQ](https://netmq.readthedocs.io/en/latest/) aka [ZeroMQ](http://zguide.zeromq.org) for .NET## Using the library
In order to use this library with vl you have to install the nuget that is available via nuget.org.Open VL, go to
Quad menu > Manage Nugets > Commandline
and then type:
nuget install VL.IO.NetMQ -prerelease
For more about installing and referencing nugets [read here](https://vvvv.gitbooks.io/the-gray-book/content/en/reference/libraries/dependencies.html#_manage_nugets).
Once installed, you'll see how to patches in the helpbrowser (F1) and once referenced in your document, you'll see the nodes in the category IO.NetMQ