blob: 0d4eecf51c6f404005f570cb9bf250abbdedd7cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Radiola
rtlsdr based sdr software, early prototype
* basic support for terminal waterfall,
* basic support for graphical waterfall,
* basic support for fm demodulation (ready to listen fm station)
## terminal waterfall
![terminal waterfall](test/ui_tui.png)
## graphical waterfall
![graphical waterfall](test/ui_gl.png)
## Compile for *BSD
make CFLAGS=-DCONFIG_OS_NETBSD bsd
|