summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-01-29 16:22:42 +0200
committerYuval Adam <yuv.adm@gmail.com>2013-01-29 16:22:42 +0200
commit98cd472e44fdccd0c9e51e8ecc59748a5ca2d1df (patch)
tree16a25cc0ff9278bb2367eb8e710a460cbaedde4b /README.md
parentc8ccfc3cbdd4662a3d3a41b6afd14566f651a7ce (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a6be69..a404ca7 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,19 @@
Gascop is a lightweight POCSAG decoder for use with [rtl-sdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) devices heavily inspired by [dump1090](https://github.com/antirez/dump1090/) and is currently under development mainly as an exercise in processing data from rtl-sdr devices.
+Gascop does not use any part of the GNU Radio stack (not that there's anything wrong with it / some of my best friends / etc...), and thus is very easy to build and use.
+
## Build
- $ make
+```bash
+$ make
+```
## Use
- $ ./gascop
+```bash
+$ ./gascop 123450000 # for listening on 123.450 Mhz
+```
## License