describe configuration file
This commit is contained in:
parent
d2505e8df8
commit
a24f03e685
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user