f4exb / sdrdaemon

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

Support for LimeSDR #9

Closed E3V3A closed 6 years ago

E3V3A commented 7 years ago

How can we provide support for LimeSDR?

f4exb commented 7 years ago

Assuming Tx side is only in dev at the moment for the Rx part it is basically creating a new derivative of the virtual Source class along these lines: "class LimeSDRSource : public DeviceSource..." Inspiration can be taken both from the corresponding Rx plugin in SDRangel and an existing class in SDRdaemon like HackRFSource.

Then adding the code to sdrdaemon and sdrdaemonfec executables. Will need also to include LimeSuite in the Debian distribution to ease deployment.

Assuming only one Rx is supported simultaneously this shouldn't be too difficult.

f4exb commented 6 years ago

Considering all the problems encountered with LimeSDR and SDRangel this is not going to be anytime soon.

f4exb commented 6 years ago

Superseded by https://github.com/f4exb/sdrangel/issues/196 SDRdaemon is going EOL

f4exb commented 6 years ago

Delivered in SDRangel v4.1.0