summaryrefslogtreecommitdiff
path: root/md/writeup/radiola.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-21 20:50:21 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-21 20:50:21 +0000
commit45d3c1d6287f8e2272436ed99109ff5dd1774254 (patch)
treeb1630a7375e397a5fe4f29e480c04144cb52c032 /md/writeup/radiola.md
parent45f9bdfb904149e0048bcbd4de208232d0a81da8 (diff)
downloadmd-content-45d3c1d6287f8e2272436ed99109ff5dd1774254.tar.gz
md-content-45d3c1d6287f8e2272436ed99109ff5dd1774254.zip
Added project pages
Diffstat (limited to 'md/writeup/radiola.md')
-rw-r--r--md/writeup/radiola.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/md/writeup/radiola.md b/md/writeup/radiola.md
new file mode 100644
index 0000000..f59b6e2
--- /dev/null
+++ b/md/writeup/radiola.md
@@ -0,0 +1,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
+``` \ No newline at end of file