Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework Json so that it works with map that doesn't support incomplete types | Matthias P. Braendli | 2023-07-20 | 1 | -1/+2 |
| | |||||
* | Add events | Matthias P. Braendli | 2023-07-19 | 1 | -1/+1 |
| | |||||
* | Change RC showjson command | Matthias P. Braendli | 2023-07-19 | 1 | -76/+18 |
| | |||||
* | RC: re-enable m_active after ZMQ RC restart | Matthias P. Braendli | 2023-06-27 | 1 | -0/+1 |
| | |||||
* | RC: handle nonexistent module in showjson | Matthias P. Braendli | 2023-06-27 | 1 | -11/+16 |
| | |||||
* | Add a few cosmetic changes | Matthias P. Braendli | 2023-06-27 | 1 | -1/+1 |
| | |||||
* | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 1 | -5/+89 |
| | |||||
* | Common e1b296e: Check for HAVE_ZEROMQ before including zmq.hpp | Matthias P. Braendli | 2022-08-21 | 1 | -1/+3 |
| | |||||
* | Common 036201c: socket changes | Matthias P. Braendli | 2022-08-19 | 1 | -3/+1 |
| | |||||
* | missing if for zeromq | andimik | 2022-06-12 | 1 | -1/+3 |
| | | | fixes bug from https://github.com/Opendigitalradio/ODR-DabMod/commit/d14814a92377084177753c7a60d83a9307ad0672 | ||||
* | Update common code to latest, update zmq.hpp and adapt | Matthias P. Braendli | 2021-01-16 | 1 | -10/+8 |
| | |||||
* | Apply b1fc144 from common | Matthias P. Braendli | 2019-09-02 | 1 | -2/+0 |
| | |||||
* | Pull in files from odr-mmbtools-common | Matthias P. Braendli | 2019-08-13 | 1 | -0/+581 |
Replace ASIO by simpler implementation, meaning that the telnet RC now only supports a single connection. Move Log, RC to lib/ |