diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,15 @@ This file contains information about the changes done to the CRC-DabMux in this repository -2014-01-32: Matthias P. Braendli <matthias@mpb.li> +2014-01-31: Matthias P. Braendli <matthias@mpb.li> + (tag r12): + * crc-dabmux: + Create new object-oriented abstraction for the + inputs, with a wrapper for all existing inputs + Adapt inputZMQ to the new internal interface + Add a telnet Remote Control interface + +2014-01-31: Matthias P. Braendli <matthias@mpb.li> (tag r11): * crc-dabmux: Replace TCPLog by Logger that supports syslog @@ -80,7 +88,7 @@ the CRC-DabMux in this repository Copyright (C) 2010,2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) -Copyright (C) 2013 Matthias P. Braendli, http://mpb.li +Copyright (C) 2013,2014 Matthias P. Braendli, http://mpb.li This file is part of CRC-DabMux. @@ -37,6 +37,7 @@ to the official one: - supports logging to syslog - supports ZMQ input monitoring with munin tool - supports a Telnet Remote Control for setting/getting parameters + (this is, for now, not used yet) The src/ directory contains the source code of CRC-DabMux. |