signalwareltd / rtl_tcp_andro-

rtl_tcp and libusb-1.0 port for Android modified to support opening devices from Linux file descriptors
GNU General Public License v2.0
339 stars 119 forks source link

Implementation to your Project in my app #25

Closed gazy98 closed 1 year ago

gazy98 commented 5 years ago

Hallo i would like to implement your project into my app so you dont need to install one extra application. What are the stepps to do that?

thank you for your help!

martinmarinov commented 5 years ago

Please note that this app is licensed under GPL so only apps that are open source under GPL can bundle and distribute these libraries.

That being said there is no easy solution on how to do this so you will have to fork the driver.

You can see how the UI part of the app talks to the underlying hardware so you can possibly replicate that in your own app.

The challenge will also be to get the native libraries to compile with the version of gradle your app is using. The issue is thay at the moment the driver is using a legacy unsupported version of gradle.