I found this LabVIEW project online that runs IPv6 for Windows using what I believe is the Winsock API. I'm trying to test the VI to link two laptops running Windows LabVIEW 32 bit together with one computer acting as the server and the other acting as the client.
The default IPv6 address in the VI is the localhost address "::1". If I run the sever and client VI with the localhost address "::1" on the same laptop, it works, but if I try to enter an IPv6 address, like "bbbb:bbbb:bbbb:bbbb:bbbb:bbbb:bbbb:bbbb", I get a bind() error.
I've attached the LabVIEW project with VIs and subVIs for Windows IPv6.
Could someone please try it on their PC and tell me if the VIs even work?
Thanks.