Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhusinsky/vl.io.mdns
mDNS nodes for VL
https://github.com/mhusinsky/vl.io.mdns
Last synced: about 1 month ago
JSON representation
mDNS nodes for VL
- Host: GitHub
- URL: https://github.com/mhusinsky/vl.io.mdns
- Owner: mhusinsky
- License: mit
- Created: 2024-10-19T21:42:33.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-20T20:08:26.000Z (3 months ago)
- Last Synced: 2024-11-21T21:28:34.907Z (about 2 months ago)
- Size: 187 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.IO.mDNS
Multicast DNS (mDNS) nodes for [VL](https://visualprogramming.net/), based on [net-mdns](https://github.com/jdomnitz/net-mdns/).
## Features
Nodes to announce and browse for [mDNS services](https://en.wikipedia.org/wiki/Multicast_DNS) (a.k.a Bonjour or zeroconf) on the network.
## Installing
To use the nodes in VVVV gamma, install the available nuget from nuget.org.
```
nuget install VL.IO.mDNS -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.