blob: f91196a3bb25e663908e268e8d0dde9d771a8f96 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
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
-----
Make sure you have cmake installed and do
mkdir build
cd build
cmake ..
make
Build with old makefile
-----------------------
Alternatively, use the old Makefile. There are two
variants:
make etisnoop
compiles the tool, dynamically linked against libfaad
Or you can extract the sources for libfaad2-2.7 into a subfolder of the
same name, configure it, and if required modify it. Then you can do
make etisnoop-static
to compile a version of etisnoop compiled against your own copy of FAAD.
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.
|