mhostetter
mhostetter
I'm glad it worked for you. I've never heard of `zope` or those dependencies. I wonder if it's an operating system difference. Which OS are you running? To be honest,...
Does your modulated signal have zero noise, i.e. perfect 1s and 0s for the PPM bits? If so, that would explain the divide-by-zero error. Try adding some small Gaussian noise...
Can you attach screenshots of the working GRC flowgraph and the failing flowgraph? Are you sending packets across a network? Or are you running the exact same flowgraph on the...
I just realized you’re running two different versions of the code. The VM output is newer. Also, it looks like the laptop code is running “Extended Squitter Only” on the...
Hmm... How are you encoding the messages? Can you attach a screenshot of the output of the QT Time Sink that connects to the demod from the VM? I’m curious...
Hmmm. Are there any other differences between your laptop and VM, other than the VM code being newer? Could you try to update your laptop code to the latest `master`...
Run `git log` and save the commit hash that you're currently on. Then run `git pull` and rebuild the OOT module. If things go catastrophically wrong, you can run `git...
Thanks for this! It's been a while since I used GNU Radio. A couple questions: - Are OOT modules for GR 3.10 and 3.11 interchangeable? I'm guessing this should get...
@bkerler did you happen to see my questions above?
Ok, I'm working on this in parallel. I had a couple webserver issues with `socketio`, `flask`, and `gevent` last night that I'm working through. I have a branch `leaflet-js` that's...