pothosware / SoapySDRPlay2

Soapy SDR plugin for SDRPlay
MIT License
51 stars 11 forks source link

SoapySDRPlay::getHardwareInfo should return vendor ("SDRPlay") and model name too #52

Closed jazzkutya closed 5 years ago

jazzkutya commented 5 years ago

If you agree I will do it and make a pull request at some time.

guruofquality commented 5 years ago

Sounds like a good idea to me, actually getHardwareKey() should return the model too. And hardware info could use the serial number, and really anything else from the API that could be of use here. Much appreciated!

guruofquality commented 5 years ago

I did make sure the hardware key returns a string that represents the hardware: https://github.com/pothosware/SoapySDRPlay/commit/14ec39e4ff0dab7ae7fdf1afbbd2d28b49b0ffae Theres not a ton of extra info strings like there, so im not sure what else.