2021-06-16 00:41:26 +02:00
2021-06-16 00:37:18 +02:00
2021-06-06 18:05:55 +02:00
2021-06-16 00:37:18 +02:00
2021-06-16 00:37:18 +02:00
2021-06-16 00:41:26 +02:00
2021-06-15 21:25:35 +02:00
2021-06-15 21:25:35 +02:00

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

Palette

Palette are simple images files, pixels are read from left to right and top to bottom and mapped from the lower value to the higher value
The default palette is grayscale
Example palette :
Example palette

Example output : FM band scan

Example output

Description
QT viewer for rtl_power, rx_power and soapy_power
Readme 2.5 MiB
Languages
C++ 96.2%
QMake 3.8%