From caae51230500f749e2ec403f1abb2e7685f87cf9 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 27 Jan 2013 23:41:08 +0200 Subject: Add initial README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..71f12cf --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Gascop + +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. + +## Build + + $ make + +## Use + + $ ./gascop + -- cgit v1.3.1