UDP Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(→‎Source Files: Updated source links)
(Deprecated in 3.9)
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
Read stream from an UDP socket.  Can be used with [[UDP Sink]] from another flowgraph or just an external application.  
Read stream from an UDP socket.  Can be used with [[UDP Sink]] from another flowgraph or just an external application.  
<br><code>Deprecated in 3.9</code>


== Parameters ==
== Parameters ==

Revision as of 13:56, 18 December 2020

Read stream from an UDP socket. Can be used with UDP Sink from another flowgraph or just an external application.
Deprecated in 3.9

Parameters

IP Address
The name or IP address of the transmitting host; can be NULL, None, or "0.0.0.0" to allow reading from any interface on the host
Port
The port number on which to receive data; use 0 to have the system assign an unused port number
Payload Size
UDP payload size by default set to 1472 = (1500 MTU - (8 byte UDP header) - (20 byte IP header))
Null Packet is EOF
Interpret zero-length packet as EOF (default: true)

Example Flowgraph

This flowgraph can be found at [1]

Test udp source fg.png

Source Files

C++ files
1
Header files
2
Public header files
3
Block definition
4