文件名称:正确的Android TCP实现方法(Wifi测试通过)
文件大小:94KB
文件格式:ZIP
更新时间:2018-04-11 07:02:33
Android TCP Wifi
在网上找了很久Android上wifi的TCP通信,很多例子方法都不对,容易死,后来找到一篇非阻塞式的,然后将之做成了个Demo,大家要做这一块的请参考本例子,真正实用。实用Android Studio开发,亲测Wifi下测试顺畅
【文件预览】:
socket
----bogoclient()
--------bin()
--------res()
--------bogoclient.iml(662B)
--------assets()
--------gen()
--------proguard.cfg(1KB)
--------src()
--------.project(813B)
--------.classpath(356B)
--------project.properties(360B)
--------AndroidManifest.xml(782B)
----.idea()
--------scopes()
--------misc.xml(874B)
--------vcs.xml(173B)
--------.name(6B)
--------copyright()
--------modules.xml(293B)
--------encodings.xml(171B)
--------compiler.xml(734B)
--------workspace.xml(32KB)
----out()
--------production()
----tcp()
--------server.c(1KB)
--------Makefile(74B)