describe configuration file

This commit is contained in:
bert hubert 2022-08-29 16:37:38 +02:00
parent d2505e8df8
commit a24f03e685

View File

@ -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).