summaryrefslogtreecommitdiff
path: root/md/writeup/radiola.md
blob: f59b6e2833a98e1c79b62af6f81849e1c104dfb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Radiola - rtlsdr expermintal SDR

Experimental rtlsdr software to play with small and nifty tv-tuner dongle.

Now implemetend SDL2 waterfall diagramm, terminal waterfall diagramm also
is possible to demodulate wbfm and listen to radio stations.


## Tested

| OS | Arch |
|---|---|
| Linux | 32/64bit intel |
| NetBSD | 32bit intel |

## Source

```
git clone http://git.main.lv/cgit.cgi/radiola.git
```

or 

```
https://github.com/FreeArtMan/radiola.git
```

## Compile

For Linux should work out of the box with NetBSD needed some small tweaks.

```
make
```

for NetBSD (or any other *BSD, MacOS could work as well) just try 

```
make bsd
```