mhostetter

Results 192 comments of mhostetter

I'm going to push up my code. Do you have GNU Radio 3.8 installed? I was planning to push to the `maint-3.8` branch. If not, I can try to cherry...

Ok, so I pushed the leaflet code up. Can you run `git fetch`, `get checkout maint-3.7`, rebuild, and see how it works for you?

Awesome! Let me know if you run into issues.

@edersonrmachado good detective work. I'm not sure why only the `vertical_rate` isn't converted from `np.NaN` to `None` by `pmt.to_python()`. I would add something like this below that line: ```python #...

Cool picture! Fun with SDR :smile:. Keep me updated with things you discover with my OOT as you find them. I appreciate the help.

You might be onto something here. Yes, the console outputs would be helpful. One thing to note is that the decoder is stateful. The decoding of particular messages are dependent...

Regarding testing correct operation with bursts spanning multiple work calls, I think you're on the right track. However, I think you can do what you mention even more precisely using...

Thanks for the report. How did you execute `adsb_rx.py`? From looking at the traceback, the problem is not with the RTL-SDR but with the `curses` python module. From googling, it...

Ok, this should be flagged as a bug. I'm guessing the change happened sometime in GNU Radio 3.8 with how they handle the "console output" or how they invoke flowgraphs....

I'm glad you found a workaround! I've been hustling around trying to get my old 3.7 and 3.8 installations to load, but to no avail. I hate to kick this...