10-28-2008 08:12 AM
hi
My Compuer has 3 network interfaces.
I want to receive UDP-broadcast packets and then send they through 2 other Interfaces with TCP-Protokol
So, I have to choose the right local interface fo each connection.
My problem is, I can define local-IP by UDP Open.vi, but I cannot do it by TCP Connect.vi (I'm creating a TCP client -> no listener).
Thank you in advice!
10-28-2008 08:33 AM
The TCP Connect has an optional terminal (string) to define the network address (IP). That`s why you don't see it in the help window.
Felix