rtl_sdr_flutter 0.0.1 copy "rtl_sdr_flutter: ^0.0.1" to clipboard
rtl_sdr_flutter: ^0.0.1 copied to clipboard

PlatformAndroid

RTL-SDR Implementation for flutter

rtl_sdr_flutter #

RTL-SDR (Software defined radio) Implementation for flutter.

RTL-SDR is a very cheap dongle that can be used as a computer based radio scanner for receiving live radio signals. Most dongles are based on the RTL2832U chipset.

Android only currently! PullRequests are welcome!

Introduction #

Check the example application for the features.

Connect device via WLAN manually #

First connect the device via usb

Set the port to a defined number

adb tcpip 5555

Now disconnect from USB and connect via wlan

adb connect 10.10.20.64:5555

Verify that the device is connected

adb devices

Contribution #

Highly welcome. Just create Pull requests.

2
likes
140
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

RTL-SDR Implementation for flutter

Documentation

API reference

License

LGPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on rtl_sdr_flutter

Packages that implement rtl_sdr_flutter