aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-05 15:47:08 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-05 16:10:05 +0200
commite024869a728b481cd726ce3489a54643ffb57d2b (patch)
tree19c4138c32dcda48a831115f3033d7a9dc3f0156 /configure.ac
parentad29ce6f0699ca2b26fbd4cc5cdf7779d70bb8e2 (diff)
server: Add zmq based event and data interface to the server
To allow easily extracting or streaming the data to an external analysis system, zeromq can be configured (and reconfigured). The system works as fire and forget and no loss detection is present. A simple go based client application is provided to subscribe to the publisher. Change-Id: I4f3e6d675023a81b7d2ee19bf1f44a2be0ca003c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e85db4..35b4ee0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ dnl checks for libraries
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.2)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
-PKG_CHECK_MODULES(LIBZMQ, libzmq >= 4.0.0)
+PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2)
# Coverage build taken from WebKit's configure.in