问题
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 got any example for it. I am just wondering , let me know is it possible or not ?
I have found some android API for WIFI. but I haven't any knowledge of implementation.
回答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.
来源:https://stackoverflow.com/questions/10779414/android-ndk-wifi-example