summaryrefslogtreecommitdiff
path: root/gr-zeromq/grc
Commit message (Collapse)AuthorAgeFilesLines
* rebaseVolker Schroer2021-06-2112-12/+12
| | | | | | | | | | grc: cpp generation set correct link entry in yml files for modern cmake. Applying this fix simple flowgraphs containing signal sources and audi sinks etc. build and run Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-196-6/+6
| | | | | | | | Addresses point 1 of Issue #4615. Replaces all label instances of "Vec Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate" for standardization. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
* zeromq: Add bind argument for message based zeromq blocks.Jacob Gilbert2020-04-106-6/+42
| | | | | | This is needed to support N:1 patterns. To avoid confusion, since this is probably a feature only needed by those who Know What They Are Doing, the option is added to the Advanced block property tab.
* gr-zeromq: Add optional key filteringAndriy Gelman2020-03-022-3/+12
| | | | | | | | | Fixes #2236 Allows to filter a multi-part message by key/topic on a sub source and insert key/topic on a pub sink. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* zeromq: Add C++ templates for zeromq blocksTerry May2020-01-0412-0/+135
|
* Added auto-generated YAML blocksHåkon Vågsether2017-10-1025-714/+439
|
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-2712-12/+12
|
* gr-zeromq: Big rework for performance and correctnessSylvain Munaut2016-01-276-12/+108
| | | | | | | | | | | | | | | - Use class hierarchy trying to maximize code re-use. - Dont' drop samples on receive if the output buffer doesn't have enough space. - Don't drop tags on receive by putting tags in the future. - Better metadata creation/parsing avoiding copying lots data. - Always do as much work as possible in a single call to work() to avoid scheduler overhead as long as possible. - Allow setting the high watermark to avoid older version of zeromq's default of buffering infinite messages and causing a paging thrash to/from disk when the flow graph can't keep up. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* zmq: naming cleanupTim O'Shea2014-12-304-4/+4
|
* zmq: building working versions of additional zmq message blocks in place ↵Tim O'Shea2014-12-305-0/+116
| | | | (push/pull + rep/req)
* zmq: Adding zmq pub/sub blocks for message passingTim O'Shea2014-12-293-0/+58
|
* zmq: include pass_tags option default to false in all blocks' grc definitionsTim O'Shea2014-10-274-4/+32
|
* zmq: adding pass tags option to zmq pub/sub block grc xml defsTim O'Shea2014-10-272-2/+16
|
* zeromq: add missing vlen parameter in portsJohnathan Corgan2014-05-166-2/+8
|
* zeromq: Remove blocking Add timeout in xml, fix doxygenCamilo Solano2014-05-136-38/+10
|
* Add sub_source block and fix pub_sinkCamilo Solano2014-05-133-1/+81
|
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-094-20/+20
| | | | correctly, cleanup
* zeromq: Add parameters to xmlJohannes Schmitz2014-05-082-0/+21
|
* zeromq: remove nopoll req/rep blocksJohnathan Corgan2014-05-063-78/+0
|
* zeromq: renamed source_reqrep to req_sourceCamilo Solano2014-05-062-4/+3
|
* Add vlenCamilo Solano2014-05-064-30/+71
|
* wip, renaming and implementing rep_sinkJohnathan Corgan2014-04-243-39/+67
|
* zeromq: removed feedback sourceJohnathan Corgan2014-04-222-39/+1
|
* zeromq: renamed sink_pubsub to pub_sinkJohnathan Corgan2014-04-223-4/+4
|
* zeromq: renamed source_pushpull to pull_sourceJohnathan Corgan2014-04-222-5/+5
|
* zeromq: renamed sink_pushpull push_sinkJohnathan Corgan2014-04-222-4/+4
|
* zeromq: fix import in exampleJohnathan Corgan2014-04-2213-181/+206
|
* Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-treeJohannes Schmitz2014-04-2210-0/+371