From a24f03e6856bc427b640380a325be0f338771544 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 29 Aug 2022 16:37:38 +0200 Subject: [PATCH] describe configuration file --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c977a..dbd7d5d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You need a C++ compiler like `gcc-c++` and CMake for compiling the binary. You also need to install `libpcaudio` (`libpcaudio-dev` on Debian/Ubuntu, `pcaudiolib-devel` on Fedora/Red Hat). For OSX [this is a bit more work](https://github.com/espeak-ng/pcaudiolib#mac-os) -Then run: +Then do: ``` cmake . @@ -35,6 +35,13 @@ sudo tcpdump -nql | ./teller And cry. +## Configuration +Tracker data is read from `tracker.conf` which you should only edit if +you've learned about more IP addresses for relevant trackers. + +In `teller.conf` you can edit for each tracker where the noise should end up +(left or right channel), and what the frequency should be. + ## Data source The list of Google services IP addresses can be found on [this Google support page](https://support.google.com/a/answer/10026322?hl=en).