Description
Allows you to use I/Q packet source in your Android applications.
All you need is to launch an intent in the form "iqsrc://rtl_tcp_arguments"
where you replace rtl_tcp_arguments with the arguments that you want your
application to run rtl_tcp with and the magic will be done behind the scenes.
This driver could be used by third party applications to implement Software
Defined Radio.
It does not require root for Android 3.1 and above.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Internet accessSend and receive data over the internet.
- Prevent sleepingKeep the device from going to sleep.
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_MEDIA_PLAYBACK
Comments