Android Ndk Wifi Example
I want to use features of WIFI with the help of c code by using NDK in android. I don't want to use Java API for WIFI. I tried on Google as well as on stackoverflow, but I didn't
Solution 1:
You may wanna look at libcurl, but not quite sure. Because I am developing games using cocos2d-x (which is using android ndk), and libcurl is the network implementation in cocos2d-x framework, so i guess that might help.
Post a Comment for "Android Ndk Wifi Example"