ā04-28-2015 11:28 PM
Hiii to all labview family...,
I am using one network, in that network there is a data from various ip address with same remote port . I am interested to extract data in UDP format corresponding to only one ip address continously without missing data packets at the rate of 100mbps.Can any one please help me out...???
Solved! Go to Solution.
ā04-28-2015 11:30 PM
Go to Help >> Example Finder and search for UDP. You'll get some examples of UDP communication.
ā04-28-2015 11:48 PM
thank you for your suggetion.but i am already using udp protocal ,that is not matching to my requirement .can you please tell me as per my requirement...??
ā04-28-2015 11:58 PM - edited ā04-29-2015 12:02 AM
You are going to have to decide what you want more, speed or no missing packets.There is no "all the above" option.
UDP is very fast, but delivery of packets is not guaranteed. TCP/IP guarantees delivery, but it isn't fast.
This is why UDP is often used for things like streaming video or VoIP -- both applications where losing a packet or two isn't a problem.
Mike...
ā04-29-2015 12:13 AM
thank you, but atleast i wanna get one ip address data continously without distrubing other ip address (i have only UDP option in my network so i need to extract data through UDP only) .... is it possible...??????
ā04-29-2015 12:38 AM
I have multiple IP series in 192.220.1.xx format in the local network and all are sending in brodcast fashion with same remote port, but i want to read only from 192.220.1.22 in udp, how to read all the packets continously .....???
ā04-29-2015 12:40 AM
ā04-29-2015 12:50 AM
ya i can....????but shd not be dalay....
ā04-29-2015 12:54 AM
sorry for me packet data is imp.
ā04-29-2015 01:08 AM