The Super Network Streams is a class (background process) that encapsulates LabVIEW Network Stream functionality to:
- Send/Receive LabVIEW Objects
- Autorecovery if the remote endpoint gets destoyed or has a connection timeout
- Background stream reading and publish the received data via user events
- Allows communication between two applications on the same machine (localhost)
The class has a read or write mode, so the same class can be used on both endpoints.
Designed with a focus on simplicity and efficiency, Super Network Streams are perfect for developers who need dependable inter-process communication without the hassle of manual reconnection logic.
Install the package from VIPM
In the examples you'll find a simple example of a simple reader and a writer Super Network Stream
Requirements:
- LV2020
Workflow:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
VIT Super Network Streams is an open source project maintained by VI Technologies.
VIT Super Network Stream is distributed under the open source BSD 3-Clause License providing everyone right to use and distribute both souce code and compiled versions of the VIT Super Network Streams. See LICENSE file for details.

