summaryrefslogtreecommitdiff
path: root/gr-blocks/examples/ctrlport/usrp_source_controller.py
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Added controlport interface for UHD sink's "command" message handler.Tom Rondeau2015-12-061-10/+23
| | | | | | | | Also added an example, usrp_sink_controller.py, to excercise this feature. Fixed up the source example, too, to better manage parsing options and setting the UHD source block alias (defaults to 'gr uhd usrp source0', which is the default for any flowgraph with a single UHD source block).
* ctrlport: adding new examples.Tom Rondeau2015-10-161-0/+29
Explore simple cases of passing messages to message handlers over controlport. Installed into standard examples directory.