LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Mark_Yedinak

Access to sockets other than TCP/UDP

Status: New

It would be helpful if we could create raw IP sockets in order to have access to protocols other than TCP and UDP. This would open the door for LabVIEW to be used for general network testing. I would be fine if this extension meant the programmer was responsible for implementing the protocols. Simply having access to a raw IP socket would be a benefit.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
2 Comments
Lavezza
Active Participant

Agree. My company has some custom protocols implemented in raw IP packets. Would be great if LV had a native way to read and create them.

rolfk
Knight of NI

The problem with this is that only elevated applications may create and access raw sockets nowadays (actually since a long time already). If you want to avoid that you need to write an actual socket driver that gets loaded into the socket library (Winsock on Windows, Berkeley sockets on other platforms).

Rolf Kalbermatter
My Blog