I would like to access the real-time raw five-channel IQ data streams via Python or MATLAB, so that I can independently develop and test custom direction-finding algorithms.
Hi, we only provide a GNU Radio interface GitHub - krakenrf/gr-krakensdr
For Python you can look at how we connect to the heimdall server using krakensdr_source.py for gr-krakensdr, and just copy that procedure.
For MATLAB I am unsure how to connect to that, but I assume there is a similar process where you can write a source block using the same procedure.