Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebase | Volker Schroer | 2021-06-21 | 12 | -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 name | Solomon Tan | 2021-05-19 | 6 | -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 Gilbert | 2020-04-10 | 6 | -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 filtering | Andriy Gelman | 2020-03-02 | 2 | -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 format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | zeromq: Add C++ templates for zeromq blocks | Terry May | 2020-01-04 | 12 | -0/+135 |
| | |||||
* | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 25 | -714/+439 |
| | |||||
* | grc: assign all in-tree blocks to module 'Core' | Sebastian Koslowski | 2016-05-27 | 12 | -12/+12 |
| | |||||
* | gr-zeromq: Big rework for performance and correctness | Sylvain Munaut | 2016-01-27 | 6 | -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 cleanup | Tim O'Shea | 2014-12-30 | 4 | -4/+4 |
| | |||||
* | zmq: building working versions of additional zmq message blocks in place ↵ | Tim O'Shea | 2014-12-30 | 5 | -0/+116 |
| | | | | (push/pull + rep/req) | ||||
* | zmq: Adding zmq pub/sub blocks for message passing | Tim O'Shea | 2014-12-29 | 3 | -0/+58 |
| | |||||
* | zmq: include pass_tags option default to false in all blocks' grc definitions | Tim O'Shea | 2014-10-27 | 4 | -4/+32 |
| | |||||
* | zmq: adding pass tags option to zmq pub/sub block grc xml defs | Tim O'Shea | 2014-10-27 | 2 | -2/+16 |
| | |||||
* | zeromq: add missing vlen parameter in ports | Johnathan Corgan | 2014-05-16 | 6 | -2/+8 |
| | |||||
* | zeromq: Remove blocking Add timeout in xml, fix doxygen | Camilo Solano | 2014-05-13 | 6 | -38/+10 |
| | |||||
* | Add sub_source block and fix pub_sink | Camilo Solano | 2014-05-13 | 3 | -1/+81 |
| | |||||
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 4 | -20/+20 |
| | | | | correctly, cleanup | ||||
* | zeromq: Add parameters to xml | Johannes Schmitz | 2014-05-08 | 2 | -0/+21 |
| | |||||
* | zeromq: remove nopoll req/rep blocks | Johnathan Corgan | 2014-05-06 | 3 | -78/+0 |
| | |||||
* | zeromq: renamed source_reqrep to req_source | Camilo Solano | 2014-05-06 | 2 | -4/+3 |
| | |||||
* | Add vlen | Camilo Solano | 2014-05-06 | 4 | -30/+71 |
| | |||||
* | wip, renaming and implementing rep_sink | Johnathan Corgan | 2014-04-24 | 3 | -39/+67 |
| | |||||
* | zeromq: removed feedback source | Johnathan Corgan | 2014-04-22 | 2 | -39/+1 |
| | |||||
* | zeromq: renamed sink_pubsub to pub_sink | Johnathan Corgan | 2014-04-22 | 3 | -4/+4 |
| | |||||
* | zeromq: renamed source_pushpull to pull_source | Johnathan Corgan | 2014-04-22 | 2 | -5/+5 |
| | |||||
* | zeromq: renamed sink_pushpull push_sink | Johnathan Corgan | 2014-04-22 | 2 | -4/+4 |
| | |||||
* | zeromq: fix import in example | Johnathan Corgan | 2014-04-22 | 13 | -181/+206 |
| | |||||
* | Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-tree | Johannes Schmitz | 2014-04-22 | 10 | -0/+371 |