summaryrefslogtreecommitdiff
path: root/gr-zeromq/examples
Commit message (Collapse)AuthorAgeFilesLines
* zeromq: pep8 formattingJosh Morman2021-11-243-42/+72
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-4/+4
| | | | Have additional apps, examples, and tools use Qt5 instead of Qt4.
* pybind11: Remove SWIG remnants.Ron Economos2020-10-121-1/+1
|
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-033-5/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-274-55/+4
|
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
| | | | | This commit adds `.gitignore` files to some example folders. This helps to keep auto generated files out of commits.
* zeromq: Convert GRC examples to YAML formatJohannes Demel2019-01-195-4979/+1458
| | | | | This commit converts the examples in `gr-zeromq` to the new YAML format. This conversion is tracked in #2285.
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-263-9/+14
|
* examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-203-30/+30
|
* cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* gr-zeromq: fix python examples3.7.9gitJohannes Schmitz2015-08-063-6/+6
|
* examples: removed extra titles or legends from QTGUI blocks in examples.Tom Rondeau2015-08-054-1742/+1993
| | | | | They just take up space and provide no info. Where used to differentiate graphs or lines, they are kept in.
* zeromq: added stream tag passing exampleJohnathan Corgan2015-01-122-0/+1933
|
* zeromq: added msg passing exampleJohnathan Corgan2015-01-122-0/+466
|
* zeromq: updated zeromq examples to use qtgui.Tom Rondeau2014-07-143-262/+1162
|
* zeromq: update examples and installJohnathan Corgan2014-05-134-378/+369
|
* zeromq: Remove blocking Add timeout in xml, fix doxygenCamilo Solano2014-05-132-73/+69
|
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-133-2/+485
|
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-092-8/+20
| | | | correctly, cleanup
* Merge remote-tracking branch 'iohannez/vlen' into zeromqJohnathan Corgan2014-05-072-0/+954
|\
| * zeromq: Add grc examplesJohannes Schmitz2014-05-072-0/+954
| |
* | zeromq: cleanup docs and examplesJohnathan Corgan2014-05-068-4/+76
| |
* | zeromq: cleanup copyrightJohnathan Corgan2014-05-063-13/+7
| |
* | zeromq: remove nopoll req/rep blocksJohnathan Corgan2014-05-062-16/+14
|/
* zeromq: renamed source_reqrep to req_sourceCamilo Solano2014-05-061-1/+1
|
* Add vlenCamilo Solano2014-05-063-6/+7
|
* wip, renaming and implementing rep_sinkJohnathan Corgan2014-04-241-2/+2
|
* zeromq: removed feedback sourceJohnathan Corgan2014-04-221-141/+0
|
* zeromq: renamed sink_pubsub to pub_sinkJohnathan Corgan2014-04-222-2/+2
|
* zeromq: renamed source_pushpull to pull_sourceJohnathan Corgan2014-04-222-2/+2
|
* zeromq: renamed sink_pushpull push_sinkJohnathan Corgan2014-04-223-5/+5
|
* zeromq: fix import in exampleJohnathan Corgan2014-04-221-7/+7
|
* zeromq: Rename "zmqblocks" to zeromq in examplesJohannes Schmitz2014-04-225-27/+27
|
* Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-treeJohannes Schmitz2014-04-228-0/+783