Designing Applications Using Network Streams
- Updated2026-08-28
- 1 minute(s) read
You can design applications for Windows and Real-Time systems to perform the following tasks using network streams:
- Stream data
- Send commands
- Display information about endpoints
Refer to the Simple Network Streams.lvproj in the labview\examples\Data Communication\Network Streams\Simple Network Streams directory for an example of designing applications using network streams.
Related Information
- Streaming Data between Applications
- Sending Commands between Applications
- Accessing Information about Endpoints
You can access Network Stream Endpoint properties, such as buffer size, to use during code operation using a Network Streams Property Node.
- Data Communication Methods in LabVIEW
LabVIEW contains many data communication methods, each suited for a certain use case. Refer to the overview to ensure you implement the correct data communication method for your application.