Dr. Johannes Pohl

Results 28 comments of Dr. Johannes Pohl

Thanks for reporting. I assume you refer to the [URH wheels](https://pypi.org/project/urh/#files)? If so, are these vulnerabilities only present for Python 3.7 as shown in the dependency graph or are other...

Back in the day we implemented PCAP support which worked but hit the limit of that file format as an analysis in Wireshark was not suitable (you had to add...

>To interpret them in Wireshark, we'll create our Lua dissectors that make all the magic so that Wireshark interprets frames accordingly. Good stuff! Just saw [in their wiki](https://wiki.wireshark.org/Lua) how that...

There should be only one signal created (if we speak about the record dialog). I do not recall at which time the signal is created: * when the dialog is...

You need to enable it in Options -> Device. On Sat, 12 Mar 2022, 15:19 jpacov, ***@***.***> wrote: > Question: what is the proper way to build repo with HackRf...

So according to [the docs](https://files.ettus.com/manual/error_8h.html#a7fbc3f872dadd2c73cd656b2e5acdd2ba59829d0fc28459df62b18c88122a3d70) error code 40 refers to an assertion error. There has been some updates in UHD since this issue was reported, most recent version is [4.1.05](https://github.com/EttusResearch/uhd/releases/tag/v4.1.0.5)...

I do not own a RSPdx so I cannot provide support on this device. If you are in contact with the manufacturers and can organize a test device for me...

> I think URH used osmosdr No it does not. URH natively supports SDRPlay. But yes, it works with the 2.X API as Version 3 is still considered beta: ![grafik](https://user-images.githubusercontent.com/18219846/87913311-28a05c00-ca6f-11ea-8f1d-239972a535c0.png)

I am a bit hesitant to develop against a beta API which might introduce breaking changes in the future. Do you have an idea when they will declare the v3...

Correct pxd correspond to the headers (.h) and pyx to the actual implementation (.c). I wrapped the SDRPlay API directly instead of relying on third-party libraries. I just stopped working...