Gregory R. Warnes
Gregory R. Warnes
`build.sh` proceeds happily until it tries to build libzmq, and terminates with several messages like this: ``` /Users/gwarnes/src/gnuradio-for-mac-without-macports/tmp/libzmq/src/ws_engine.cpp:40:10: fatal error: 'gnutls/gnutls.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated. ```...
With OSX's new privacy controls the Audio_Source returns a stream of 0's. See https://github.com/gnuradio/gnuradio/issues/3415. I think the solution is to add ``` NSMicrophoneUsageDescription GNU radio wants to use your microphone....
Hi, I've been looking into autostarting sudoserver when I log in, without having a terminal window displayed. I have come upon a solution that seems to work. Let me know...
[RClone](https://rclone.org) provides Google Drive synchronization as [one of over 40 cloud storage products](https://rclone.org/#providers). It isn't as easy to set up, but it is an active project, with good documentation and...
.. so that I can add comments / suggestions / questions.
bladeRF-mac80211_hwsim requires flex and bison to build successfully. Please add these to the dependency list in the install instructions.
The install instruction neglect to mention the dependency on postgresql.
--- ## output: html_document In rmarkdown a d3heatmap only renders when is explicitly returned to the top level. For example, in this simple Rmarkdown document, the first and third heatmaps...
Dendrograms can pivot at any hinge point. It would be helpful to allow interactive reordering by pivoting at these points.
The current bladeRF driver / FPGA code doesn't prevent or detect overflow of the 12-bit ADC. The 12-bit DAC seems to accepts the range [-2048, +2047], and the current driver/FPGA...