blob: 9a6be6985a344946211a246451f07164d554beb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
## License
Copyright (c) 2013 by Yuval Adam <yuv.adm@gmail.com> based on work by Salvatore Sanfilippo <antirez@gmail.com>, all rights reserved.
Gascop is free for use and distribution under the BSD license.
|