From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <7aa20b09df49cbe7@orthanc.ca> References: <7aa1f8ae5b628668@orthanc.ca> <7aa20b09df49cbe7@orthanc.ca> From: hiro <23hiro@gmail.com> Date: Thu, 11 Oct 2018 21:11:06 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] PDP11 (Was: Re: what heavy negativity!) Topicbox-Message-UUID: ec892e88-ead9-11e9-9d60-3106f5b1d025 > One example is for an AIS transceiver on a boat. By putting the > radio and decoder at the top of the mast, the backhaul can be a > cat-3 twisted pair cable, rather than a much heavier coax run from > the antenna at the top of the mast to the receiver below decks. Yeah, I've been sending 3Mbit I/Q samples over ethernet to a more beefy computer. For non-technical crowds I described the rpi as a passable USB->ethernet gateway for SDR tasks in that bandwidth. But given the alternatives available back then, even the armv5 in the kirkwood, which was cheaper even before the rpi became popular, did the same job more stably, which is why i would never actually recommend the pi. And there are even more alternatives now. Even the rpi itself is proof that better alternatives exist (as they did even back then when the first one out), because the newer rpi revision (i think) has finally gained neon cpu extensions, which surprisingly have been supported by gnuradio long before this, and a reason why my bachelor thesis back then was an easy success :) In general all limits that occured to me on the rpi were due to stability (usb power and compatibility issues), but more concretely for our discussion: lack of cpu power, mainly for the FFT. There were no throughput, delay or memory copy bottlenecks for me. This was using linux, because my mouse didn't work on the old rpi plan9 image and sadly there was a time-limit... Are you doing the AIS demodulation on plan9 on rpi? It would be a great showcase. Wish I had been given the opportunity to find an excuse to build something like that on plan9 instead :)