Closed f4exb closed 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.
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
Delivered in SDRangel v4.1.0
SDRdaemon needs to be rewritten from the ground up. It is not working in many cases and the design needs to be reconsidered.