Writing Drivers for Custom Hardware

2024-07-12 Thread Walter Szeliga
Hi all, I have a GNSS Firehose ( https://transitiva.com/product/gnss-firehose-receiver-tri-band-quad-constellation/) and have been trying to get it working, in a streaming capacity, with Gnuradio. The Firehose sends packets over ethernet using the experimental ethertype 0x88b5. I've tried a few

Re: Writing Drivers for Custom Hardware

2024-07-12 Thread Chris Kuethe
I've not played with the ZMQ blocks, but a number of other drivers can operate in network mode, eg. UHD, SoapySDR, and rtlsdr. Since the firehose appears to use 2-bit samples I feel like you could fairly easily convert that into something resembling rtl_tcp ( https://github.com/osmocom/rtl-sdr/blob

Re: Writing Drivers for Custom Hardware

2024-07-12 Thread Marcus D. Leech
On 12/07/2024 20:25, Chris Kuethe wrote: I've not played with the ZMQ blocks, but a number of other drivers can operate in network mode, eg. UHD, SoapySDR, and rtlsdr. Since the firehose appears to use 2-bit samples I feel like you could fairly easily convert that into something resembling rtl_

Re: Writing Drivers for Custom Hardware

2024-07-12 Thread Marcus D. Leech
On 12/07/2024 16:42, Walter Szeliga wrote: Hi all,     I have a GNSS Firehose (https://transitiva.com/product/gnss-firehose-receiver-tri-band-quad-constellation/) and have been trying to get it working, in a streaming capacity, with Gnuradio. The Firehose sends packets over ethernet using the