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 | 4 ---- README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ed4d167..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ -DumPOCASG -========= - -A dump1090-inspired tool for dumping POCSAG messages. 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