livepow/README.md
2021-06-06 19:48:42 +02:00

20 lines
466 B
Markdown

# LivePow
A reader for making heatmap from soapy_power output
## Building
```
mkdir build
qmake ..
make -j4
```
## Usage
### Example scanning the FM radio band
`soapy_power -f 80M:110M -n 10 -e 30 -B 30k -k 30 --pow2 -F rtl_power -R | ./LivePow`
### Example loading the data in the file scan.csv
`./LivePow scan.csv`
### Example reading from scan.csv using the palette from palette.png while skipping the first 22 lines
`./LivePow -p palette.png -s 22 scan.csv`