Trying to stream audio data from a hackRF (using gnuradio) to a web server and have a client select the frequency they want to listen to

40 views Asked by At

I am trying to stream audio data from a hackRF (using Linux, gnuradio) to a web server and have a client select the frequency they want to listen to. However, I would like to explore better options. Right now, I am thinking there is a way to either use GNURadio's built in UDP, TCP or XMLRPC blocks to do this without a wav file. That would be the best option as far as I know. The second option is to continue with the wav files although this is straining on CPU and memory. I want to be able to play these files as they are being captured.

Please let me know if there is a preferred option or a technique that I have not mentioned.

I have a server up and running and am currently using a .wav file that is captured at a given frequency, and uploaded and played from a server. I can do this with multiple frequencies. The end goal is to have multiple users select a frequency to listen to on an app and stream it. All of the SDR front end components are able to pick up signals and produce audio. It is getting it to the server that is complicated.

0

There are 0 answers