diff options
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | README.md | 12 |
2 files changed, 12 insertions, 4 deletions
@@ -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 + |
