On 4 October 2016 at 12:48, Martin Müller <[email protected]> wrote: > > theoretically it should be possible to combine hackrf_transfer and the „original“ dump1090 by piping the data, but I was not successful doing so.
I strongly recommend using the HackRF_One tag of the dump1090_sdrplus, which can be found here: https://github.com/itemir/dump1090_sdrplus/releases/tag/HackRF_One > Should this work or are the input/output formats of each program incompatible? > What format does hackrf_transfer output its samples? hackrf_transfer uses signed bytes, dump1090 uses unsigned bytes. You can use a tool such as sox to convert between them, as described here: https://medium.com/@rxseger/flight-tracking-with-ads-b-using-dump1090-mutability-and-hackrf-one-on-os-x-3e2d5e192d6f#21d9 Thanks, Dominic > > HIi > > > > when i run dump1090 with Hackrf, i get error saying no RTL Devices found.after many Days i found that dump1090_sdrplus will support HackrF one. > > > > but when i do make for dump1090_sdrplus i get below error. how to solve this? > > > > cd dump1090_sdrplus/ > > tenetsdr@tenetsdr:~/dump1090_sdrplus$ make > > Package soxr was not found in the pkg-config search path. > > Perhaps you should add the directory containing `soxr.pc' > > to the PKG_CONFIG_PATH environment variable > > No package 'soxr' found > > cc -O2 -g -Wall -W -c dump1090.c > > dump1090.c:53:27: fatal error: mirsdrapi-rsp.h: No such file or directory > > #include "mirsdrapi-rsp.h" > > ^ > > compilation terminated. > > make: *** [dump1090.o] Error 1 > > > > -- > > Best Regards > > Kavya > > Tenet Technetronics > > _______________________________________________ > HackRF-dev mailing list > [email protected] > https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
_______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
