From b6d001cc5c586313deba7f5eae48274f26c0e5d3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 5 May 2024 21:35:37 +0200 Subject: Prepare v4.5.0 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- man/odr-dabmux.1 | 2 +- man/odr-zmq2edi.1 | 8 ++++++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 241c305..1169fe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ This file contains information about the changes done to ODR-DabMux in this repository +2024-05-05: Matthias P. Braendli + (v4.5.0): + Switch project to C++17. + Update common code, with ClockTAI improvements among others. + Add uatype journaline to config. + Add ZMQ output to odr-zmq2edi. + Increase repetition rate for labels. + Add showjson to remote control. + 2024-03-23: Matthias P. Braendli (v2.3.2): This is a patch version for v2.3.1 diff --git a/configure.ac b/configure.ac index 875c56f..b60a492 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[4.4.1],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.5.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index 23b4c28..1dca3cf 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "May 2023" "odr-dabmux 4.4.1" "User Commands" +.TH ODR-DABMUX "1" "May 2024" "odr-dabmux 4.5.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS diff --git a/man/odr-zmq2edi.1 b/man/odr-zmq2edi.1 index f6f74f6..d06e34b 100644 --- a/man/odr-zmq2edi.1 +++ b/man/odr-zmq2edi.1 @@ -1,4 +1,4 @@ -.TH ODR-ZMQ2EDI "1" "May 2023" "odr-zmq2edi" "User Commands" +.TH ODR-ZMQ2EDI "1" "May 2024" "odr-zmq2edi" "User Commands" .SH NAME \fBodr-zmq2edi\fR \- Convert an ZeroMQ stream to EDI .SH SYNOPSIS @@ -6,7 +6,8 @@ odr\-zmq2edi [options] .PP is a ZMQ URL that points to a ODR\-DabMux ZMQ output. .SH DESCRIPTION -zmq2edi can receive a ZMQ ETI stream from ODR-DabMux and generate an EDI stream. +zmq2edi can receive a ZMQ ETI stream from ODR-DabMux and generate an EDI or ZMQ stream. +It buffers and releases frames according to their timestamp. This is quite useful if your modulator wants EDI input, and your network is not good enough making you want to use something based on TCP. .PP @@ -64,6 +65,9 @@ Select the source IP in case we want to use multicast. .TP \fB\-t\fR Set the packet's TTL. +.TP +\fB\-Z\fR +Add a zmq output to URL, e.g. tcp:*:9876 to listen for connections on port 9876 .SH SEE ALSO odr\-dabmux(1), odr\-audioenc(1), odr\-dabmod(1) -- cgit v1.2.3