LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Java's MulticastSocket in LabVIEW

Hi. I am trying to implement the same type of functionality that is offered in the java MulticastSocket in LabVIEW. I want to be able to connect to a group, and disconnect, as well as recieve messages. This all works over UDP, which is part of LabVIEW, but I can't seem to find a way to implement those methods.

Any help is appreciated.

Eugene
0 Kudos
Message 1 of 2
(2,272 Views)
Yes, it looks that is not quite easy to find how Multicast Socket is implemented.
Anyway, my suggestion is to try generating an ActiveX control or DLL (using Visual J++) and calling them from LV. This way you don't have to do the hard work of implementing the protocol.

Hope this helps
0 Kudos
Message 2 of 2
(2,272 Views)