-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple sources can be assigned the same device #52
Comments
I agree this is not foolproof assumption is that the user doesn't try to do odd things. |
The management of devices should be reworked in a better way. There are problems reported through other means than this board that multiple Rx or Tx (for now only LimeSDR) are not working properly. For example one cannot select the second Rx if the first is not already open. This boils down to having a better enumeration of devices that can be more dynamic and which changes can be reported to appropriate listeners so that the actually available devices lists are updated. |
My comment on Issue #86 probably is related to this discussion and should have been grouped here. |
More elaboration on this subject:
|
Implemented in v3.8.0 |
While testing a previous bug I submitted. I noticed it is possible to add multiple source devices (R0, R1, etc.) and assign the same source device to all of them. This seems counter intuitive and should probably not be allowed - or at the very least a warning message saying the same device has been assigned to multiple sources.
If restricting assigning the same device to multiple devices is desired. I would recommend marking devices in the drop-down selection for other sampling devices as disabled depending if they have been previously assigned.
-Freeman, N5FPP
The text was updated successfully, but these errors were encountered: