X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fblocks%2Fgr_udp_sink.xml;fp=grc%2Fblocks%2Fgr_udp_sink.xml;h=45f81075f0faaa1df1a35a6c45e62571f835f5a8;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=e9f6c2be8bf8d0960c953050d89302e81461a3f8;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/grc/blocks/gr_udp_sink.xml b/grc/blocks/gr_udp_sink.xml index e9f6c2be..45f81075 100644 --- a/grc/blocks/gr_udp_sink.xml +++ b/grc/blocks/gr_udp_sink.xml @@ -8,7 +8,7 @@ UDP Sink gr_udp_sink from gnuradio import gr - gr.udp_sink($type.size*$vlen, $ipaddr_local, $port_local, $ipaddr_remote, $port_remote, $mtu) + gr.udp_sink($type.size*$vlen, $ipaddr, $port, $psize, $eof) set_mtu($mtu) Input Type @@ -41,34 +41,26 @@ - Local IP Address - ipaddr_local - 127.0.0.1 + Destination IP Address + ipaddr string - Local Port - port_local - 0 + Destination Port + port int - Remote IP Address - ipaddr_remote - 127.0.0.1 - string - - - Remote Port - port_remote - 1234 + Payload Size + psize + 1472 int - MTU - mtu - 1024 - int + Send Null Pkt as EOF + eof + True + bool Vec Length