summaryrefslogblamecommitdiffstats
path: root/md/writeup/radiola.md
blob: b0edc6111c47e33380cfa7f41cdaf67e3fc76f72 (plain) (tree)
1
                                       
















                                                                          
     




                                                 
     






                                                                          
     




                                                                  
     

        
title: Radiola - rtlsdr expermintal SDR
# 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

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

or 

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

## Compile

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

```sh
make
```

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

```sh
make bsd
```