rtl_tcp_andro-
rtl_tcp_andro- copied to clipboard
rtl_tcp and libusb-1.0 port for Android modified to support opening devices from Linux file descriptors
Since you updated the Target API I think you should start a **foregroundservice** instead of **startservice**. `public void startWithDevice(SdrDevice sdrDevice, SdrTcpArguments sdrTcpArguments) { Check.isNotNull(sdrDevice); Check.isNotNull(sdrTcpArguments); addWork(sdrDevice, sdrTcpArguments); if (!isRunning) {...
i could be wrong but.. i tested this more times, and it doesn't work as it should.. I set direct sampling, but all i get is static noise with a...
I grabbed updates from the rtlsdr repository, and added additional commands to allow bias tee to be enabled on RTL-SDR v3 dongles. Bias tee voltage confirmed with volt meter.
Hello, i'm trying to use at same spot, dump1090 works fine on my computer). My guess is that the internal hackRF amplifier should be activated, but I can't figure out...
Dear Martin. I wonder whether you would kindly implement a support for the Omnia SDR transceiver into your rtlsdr driver. The Omnia SDR www.omnia-sdr.com is a short wave HAM radio...
Hi! I want to run as a server in Android box, but I cannot reconnect after the connection has ended. How to running always? Thank you!
Could you merge in the changes to rtl_tcp in the [rtl-sdr-blog drivers](https://github.com/rtlsdrblog/rtl-sdr-blog/commit/9d3d8a5faf9bf970f1c2bc88b6e0f4ddd5e3bf30#diff-a406cc22b005f1901796ed2f63587549) that enable direct sampling in their dongle? On a related note, it would be great to be able...
Just putting in my vote for allowing this driver to be used on chromeOS. I have a chromebox and would love to use SDR Driver on it to set up...
Hi there was wondering how hard it would be to add support for ported libairspy: https://github.com/demantz/airspy_android So i could use SDRTouch or Welle.iowith airspy while on the go? Thanks for...
I have rtl_tcp running on another computer. Would it be possible to implement a simple "proxy mode" in this application ?