nusb just added WebUSB support. This enables pure-Rust SDR USB drivers (no libusb) that can operate in blocking and async modes on native platforms and the web. One driver for all targets. Really happy that this is finally possible :-)
We added some LoRa examples to @FutureSDR, including a multichannel decoder and Meshtastic RX/TX. I made a video, going through the demo applications. You should probably watch at 2x speed... was a long day :-)
https://t.co/n8JONtOOOA
Ce dimanche 17 mars @loic_fejoz fera une présentation lors de la rencontre spatial radio amateur sous bannière FOSM 😊
Ce sera pour lui l'occasion de parler d'un plugin générique pour manipuler des enregistrements radio, développé par ses soins.
ça se passera à l'@Electrolab_Fr
I think, now I know why the cpal library doesn't support web audio input :-) Anyway, got the first bits in and out of a web-based Rattlegram transceiver. https://t.co/8h5NTau1NU
First success with a Rust WebAssembly + WebUSB driver for the HackRF. No more emscripten <-> JavaScript <-> Rust hacks anymore :-) Demo shows a complete @futuresdr ZigBee receiver in the browser.
@ea4gpz@FutureSDR Very hacky, but it's easy when init and mounting of the component is done in separate functions. (I guess I'm missing a resize call to get better resolution :-)) https://t.co/RQXGkT5IDE
@ea4gpz The Python script for debugging the websocket is also helpful for @FutureSDR :-) https://t.co/cn2umFiu1j hope we can also factor out the waterfall plot into reusable web components.
Fell into the rabbit hole and worked on a rusty HW abstraction library similar to Soapy. Just puzzled everything together. Now the Aaronia SpectranV6 is easier to integrate in @FutureSDR :-)
Anders Kalør (https://t.co/mnQvMMrABh) contributed an ADS-B receiver that makes a nice example how FutureSDR can be used with 3rd-party decoders (in this case adsb_deku of @wcampbell42) and a custom web interface. https://t.co/ztHUwa8aBl
Yay, first successful TX of some ZigBee frames from FutureSDR + Aaronia Spectran v6 to an ATUSB IEEE 802.15.4 USB adapter. Still using the HTTP Server. Next step will be trying to FFI the native driver.