Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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