fsdr-blocks

Crates.iofsdr-blocks
lib.rsfsdr-blocks
version0.1.0
sourcesrc
created_at2023-03-29 20:59:18.59741
updated_at2023-03-29 20:59:18.59741
descriptionBuilding blocks for FutureSDR signal processing library for SDR and real-time DSP.
homepagehttps://www.futuresdr.org
repositoryhttps://github.com/futuresdr/fsdr-blocks/
max_upload_size
id824384
size54,480
Bastian Bloessl (bastibl)

documentation

README

fsdr-blocks -- FutureSDR Community Blocks

A community-made library of blocks for FutureSDR. FutureSDR is An experimental asynchronous SDR runtime for heterogeneous architectures.

Crates.io Apache 2.0 licensed Build Status

Website | Guides | API Docs | Chat

Overview

FutureSDR supports Blocks with synchronous or asynchronous implementations for stream-based or message-based data processing. Blocks can be combined to a Flowgraph and launched on a Runtime that is driven by a Scheduler.

This library acts as a toolbox on top of FutureSDR to easily build your own flowgraph.

It is made by the community for the community.

Contributing

Contributions are very welcome. Please see the (work-in-progress) contributing guide for more information. If you develop larger features or work on major changes with the main intention to submit them upstream, it would be great, if you could announce them in advance.

Conduct

The FutureSDR project adheres to the Rust Code of Conduct. It describes the minimum behavior expected from all contributors.

License

This project is licensed under the Apache 2.0 license as FutureSDR

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in FutureSDR community blocks, shall be licensed as Apache 2.0, without any additional terms or conditions.

Commit count: 11

cargo fmt