aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-02-14 15:46:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-02-14 15:46:19 +0100
commit0c5cdb80c6683bc2fb7dc394fbae21c1397f4559 (patch)
tree6c26bf5bf11b4d80e7894768e308ca6aed37c41e /README.md
parent655a6f06de966ff8fb1c8d4ca05b52c56a415a96 (diff)
downloadetisnoop-0c5cdb80c6683bc2fb7dc394fbae21c1397f4559.tar.gz
etisnoop-0c5cdb80c6683bc2fb7dc394fbae21c1397f4559.tar.bz2
etisnoop-0c5cdb80c6683bc2fb7dc394fbae21c1397f4559.zip
Add README, gitignore and LICENCE
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..965cb42
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+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.
+
+There is no configure script, only a simple 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.
+
+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.
+