Using Network Streams on 3rd Party Programming Languages

Updated Aug 5, 2024

Reported In

Software

  • LabVIEW
  • LabWindows/CVI

Programming Language

  • Python
  • C++

Issue Details

  • I would like to integrate LabVIEW and LabWindows/CVI Network Streams with other programming languages such as Python or C++, how could I complete this task?

Solution

Network Streams is an NI-exclusive data communication protocol. There are no external API on other 3rd party languages for communicating with NI Network streams, and support of Network Streams is only available in NI Programming Environments such as LabVIEW or LabWindows/CVI).

As an alternative consider using other Network protocols such as TCP or UDP, for more information visit: Using the Right Networking Protocol.