f4exb / sdrdaemon

Utilities to use a SDR Rx or Tx device remotely over a network via UDP
66 stars 15 forks source link

Full rewrite #20

Closed f4exb closed 6 years ago

f4exb commented 6 years ago

SDRdaemon needs to be rewritten from the ground up. It is not working in many cases and the design needs to be reconsidered.

f4exb commented 6 years ago

In fact integration in SDRangel could be the way to go as the bulk of the code is there. The purpose of SDRdaemon is to split off the RF frontend in a separate binary that connects to the rest of the SDRangel application via the network. As the network connection is fairly agnostic this remote front end can also connect to any kind of component such as a dedicated GNURadio block.

In this perspective the daemon itself could be just another of the binaries produced by the SDRangel build chain using the already developed server mode plugins.

In this case this would make the v4 project pointless and move further developments to the SDRangel project.

f4exb commented 6 years ago

Integration into SDRangel is now under way and means EOL for SDRdaemon as a separate project. Superseded by https://github.com/f4exb/sdrangel/issues/196

f4exb commented 6 years ago

Delivered in SDRangel v4.1.0