Android NDK wifi example

别来无恙 提交于 2020-01-15 05:55:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!