readsb: new package 12104/head
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 3 May 2020 20:21:52 +0000 (23:21 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 8 May 2020 02:32:05 +0000 (05:32 +0300)
commit02f3892eb286920578ed822402b1c8c0f8b2b23f
tree75533aae5322551f30638fee074898ba8aea936d
parente1f607af949fc825c9a65ac9366ca9d5c344769d
readsb: new package

This package is based on dump1090-fa with many modifications. A big
advantage over dump1090-fa is that it can connect to multiple services
like adsbexchange, piaware or fr24feed.

As the idea for this package is mostly to feed other services, the HTML
files to serve via a webserver have not been included. The service(s)
that will be fed by readsb can offer such a webpage instead.

Finally, the init script does not use local variables, as local is
undefined in POSIX.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils/readsb/Makefile [new file with mode: 0644]
utils/readsb/files/readsb.config [new file with mode: 0644]
utils/readsb/files/readsb.init [new file with mode: 0644]
utils/readsb/patches/001-network-avoid-segfault-in-freeaddrinfo.patch [new file with mode: 0644]