ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Create "Radio" node #34

Closed rfdoell closed 5 years ago

rfdoell commented 5 years ago

This node would be a wrapper for the Radio HAL, but would have intelligence around calling down to the HAL methods based on the streaming/synchronous behavior captured . The node could then be integrated into the graph for execution based on feedback created from other nodes.

ostrosco commented 5 years ago

Initial work added as part of #36 with RadioTxNode and RadioRxNode implementations.