Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Added controlport interface for UHD sink's "command" message handler. | Tom Rondeau | 2015-12-06 | 1 | -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 Rondeau | 2015-10-16 | 1 | -0/+29 |
Explore simple cases of passing messages to message handlers over controlport. Installed into standard examples directory. |