Qt 6.11 is out! See what's new in the release
blog
Beginner's guide to WiFi (for Android)?
Mobile and Embedded
4
Posts
3
Posters
1.2k
Views
1
Watching
-
Is there a tutorial or example on how to use the WiFi in Android? Thanks!
-
Hi,
What do you want to achieve and how is that related to Qt ?
-
Hi Thanks for asking. I want to write an app for my Samsung Note 3 to talk to an OBDLink MX WiFi Scan Tool. Any recommendations? Thanks!
-
You can always use the Java APIs:
http://developer.android.com/reference/android/net/wifi/package-summary.html
and hook them up to your Qt app via JNI: