https://github.com/vvvv/vl.io.tcp
TCP for VL
https://github.com/vvvv/vl.io.tcp
tcp vl vvvv
Last synced: about 1 month ago
JSON representation
TCP for VL
- Host: GitHub
- URL: https://github.com/vvvv/vl.io.tcp
- Owner: vvvv
- License: mit
- Created: 2020-06-05T10:53:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T17:06:12.000Z (3 months ago)
- Last Synced: 2025-03-28T14:21:22.396Z (about 2 months ago)
- Topics: tcp, vl, vvvv
- Size: 547 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.IO.TCP
TCP Client and Server nodes.For use with vvvv, the visual live-programming environment for .NET: http://vvvv.org
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:`nuget install VL.IO.TCP -pre`
- Requires access to an MQTT broker (see below)
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)## Contributing
- Report issues on [the vvvv forum](https://forum.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)## Credits
Based on [SimpleTcp](https://github.com/jchristn/SimpleTcp)