In reference your example "UDP Send/Spray and Recieve". When the sender is in broadcast mode, two occurrance of the reciever, each executing on their own machine, work great at recieving the senders data. However, two occurrance of the reciever executing on a single machine conflict with each other. For my application, I have one receiver already application built in Labview 5.1.1 which I cannot change and a new receiver which is being developed, in Labiew 6.0.2, which needs to read the same port data as the first receiver. How do I avoid this conflict between receivers reading the same port on the same machine. I do believe since the sender is boadcasting the data, it should not matter if the two r
eceivers are on different machines or on the same machine.