aboutsummaryrefslogtreecommitdiffstats
path: root/lib/RemoteControl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rework Json so that it works with map that doesn't support incomplete typesMatthias P. Braendli2023-07-201-1/+2
|
* Add eventsMatthias P. Braendli2023-07-191-1/+1
|
* Change RC showjson commandMatthias P. Braendli2023-07-191-76/+18
|
* RC: re-enable m_active after ZMQ RC restartMatthias P. Braendli2023-06-271-0/+1
|
* RC: handle nonexistent module in showjsonMatthias P. Braendli2023-06-271-11/+16
|
* Add a few cosmetic changesMatthias P. Braendli2023-06-271-1/+1
|
* Add JSON output to RCMatthias P. Braendli2023-03-311-5/+89
|
* Common e1b296e: Check for HAVE_ZEROMQ before including zmq.hppMatthias P. Braendli2022-08-211-1/+3
|
* Common 036201c: socket changesMatthias P. Braendli2022-08-191-3/+1
|
* missing if for zeromq andimik2022-06-121-1/+3
| | | fixes bug from https://github.com/Opendigitalradio/ODR-DabMod/commit/d14814a92377084177753c7a60d83a9307ad0672
* Update common code to latest, update zmq.hpp and adaptMatthias P. Braendli2021-01-161-10/+8
|
* Apply b1fc144 from commonMatthias P. Braendli2019-09-021-2/+0
|
* Pull in files from odr-mmbtools-commonMatthias P. Braendli2019-08-131-0/+581
Replace ASIO by simpler implementation, meaning that the telnet RC now only supports a single connection. Move Log, RC to lib/