Nick Foster

Results 21 comments of Nick Foster

Works fine on raspberry pi (armv7l). Probably an endianness thing.

Thanks! I'll review, test, and integrate tonight and tomorrow. On Mon, Feb 8, 2021 at 12:34 PM Jaroslav Škarvada wrote: > This is untested and absolutely without any warranty. I...

OK, that was a good start. I've got most of it done, I think. Still largely untested but I think it's getting there. Give it a shot, if you don't...

Sorry -- merged and updated work on branch "gr3.9" On Wed, Feb 10, 2021 at 8:57 PM Nick Foster wrote: > OK, that was a good start. I've got most...

Can you give the complete CMake output? On Thu, Feb 11, 2021 at 12:34 PM Jaroslav Škarvada wrote: > I am getting the following error when trying to compile the...

OK, I think this is actually because the PyBind macros seem to assume Doxygen is present. I just pushed an update, please see if this fixes it. On Thu, Feb...

Not a lot I can do about this other than reimplement the map outside QtWebKit. I'll make the map support conditional on having QtWebKit installed, so it at least runs...

I was holding off on this until Gnuradio finally moves to Python 3. Also because I'm lazy. =) If you'd like to take a stab at it I'm happy to...

The modes_gui component was never much used, and I haven't had the bandwidth to maintain it to keep up with GUI toolkit changes. I should probably deprecate it. On Sun,...

It needs some work. The multilateration resolver itself (mlat.py) has a bug due to making an incorrect assumption, and needs a rewrite. I got halfway through that rewrite and walked...