diff options
author | Don Ward <don2387ward@sprynet.com> | 2010-05-04 12:41:52 -0400 |
---|---|---|
committer | Don Ward <don2387ward@sprynet.com> | 2010-05-04 12:41:52 -0400 |
commit | d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff (patch) | |
tree | 40568ebdb838ba9222068433548070399c2e277e /gnuradio-core/src/python/gnuradio/gr/Makefile.am | |
parent | dda6ed353551d3493983bd56e0ca8ee8ed4407c5 (diff) |
Rework UDP source and sink, with incompatible API changes
Remove source address specifications for sink; add connect() and
disconnect() to sink; add get_port() to source; add optional EOF
signaling (using zero-length packets) to sink and source; modify
dial_tone, vector, and audio examples to match new code; add qa
test case.
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/gr/Makefile.am')
-rwxr-xr-x[-rw-r--r--] | gnuradio-core/src/python/gnuradio/gr/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/Makefile.am b/gnuradio-core/src/python/gnuradio/gr/Makefile.am index 3aff89ee78..74c46afb10 100644..100755 --- a/gnuradio-core/src/python/gnuradio/gr/Makefile.am +++ b/gnuradio-core/src/python/gnuradio/gr/Makefile.am @@ -97,4 +97,5 @@ noinst_PYTHON = \ qa_unpack_k_bits.py \ qa_repeat.py \ qa_scrambler.py \ + qa_udp_sink_source.py \ qa_vector_sink_source.py |