aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 943e23a09b26090dc2ca0eae7cac4aeba2963d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
ETISnoop analyser
=================

The ETSnoop analyser decodes and prints out a RAW ETI file in a
form that makes analysis easier.

It can show information about the signalling, details about the FIGs,
and extract a DAB+ subchannel into a file.

Build
-----

etisnoop is using autotools. If you do not have a release containing a ./configure script,
run ./bootstrap.sh

Install prerequisites: A C++11 compiler, boost 1.48 or later.

Then do

    ./configure
    make
    sudo make install

About
-----

This is a contribution by CSP.it, is now developed by opendigitalradio,
and is published under the terms of the GNU GPL v3 or later.
See LICENCE for more information.