05-23-2017 12:49 AM
I m using the NI USRP 2932. How can I extract the header information at the receiver side in USRP Packet TX RX example code?
06-06-2017 04:43 AM
Hello,
referred to the user manual of your device>> Setting Up the Network (Ethernet Only)>> Note.
I found out that the NI-USRP uses User Datagram Protocol (UDP) to broadcast packets.
To parse out information such as header Information, you could use the WinPcap Functions.
Good luck,