mhostetter / gr-adsb

GNU Radio OOT module for demodulating and decoding ADS-B packets
GNU General Public License v3.0
147 stars 44 forks source link

Installation via Pybombs results in missing ADS-B Demodulator #33

Closed edersonrmachado closed 4 years ago

edersonrmachado commented 4 years ago

Hi Matt H., thanks for this great project. I have a question about an issue that happens, ( maybe only in my gr-adsb installation), with ADS-B Demodulator block. When I've installed gr -adsb with traditional build/make process the installation works OK, and all ADS-B blocks are listed in GRC library tree, but when I've installed with PyBOMBS, (command: pybombs install gr-adsb), ADS-B Demodulator is missing.

Do you have any idea what may be happening ?

My system configuration is Ubuntu 18.04 with GRC 3.7. I've also installed gr-adsb in a docker container via Pybombs with ubuntu 18.04 and GRC 3.7 and same problems ocurred.

Here is an image of grc:

Thank you for your attention

image ][logo]

mhostetter commented 4 years ago

Sorry for the late reply. My gr-adsb module is not on PyBOMBS. That name was taken by another project before me 😢. That's why the PyBOMBS install didn't work as expected. I'd like to get on PyBOMBS, but https://github.com/wnagele/gr-adsb beat me to it. And now his project is archived...

Instead, you'll need to do a source build for my project. Let me know if you have trouble.

edersonrmachado commented 4 years ago

Thanks Matt. I got confused with the names and made this wrong association seeing the list in CGRAN, sorry. The module works fine doing source build, as indicated! I used it to test an ADS-B packet transmission block with an USRP and, after some adjusts (threshold and gains) to adapt my signal generated, I could see the expected "brief" output. Thanks!!!

screenshot /home/aqualtune/Pictures/screenshot.png")

mhostetter commented 4 years ago

Excellent! Glad to see it worked! 😄

edersonrmachado commented 4 years ago

Thanks !!