Skip to content
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

Airspy and RTL SDR support on Android #1544

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Airspy and RTL SDR support on Android #1544

merged 1 commit into from
Dec 22, 2022

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Dec 22, 2022

On Android, USB devices need to be accessed slightly differently to other OSes.

Device discovery is performed via Android specific code using VID/PID, rather than the device library. Then we have to open devices using a file descriptor, obtained from an Android call.

Similar changes would need to be made to other divers, although the libraries need to have support added for file descriptors.

@f4exb f4exb merged commit b387de1 into f4exb:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants