文件名称:JstarUDP
介绍说明--下载内容均来自于网络,请自行研究使用
UDP通讯源码是一个测试安卓和电脑UDP通讯的例子源码,项目自带一个winform的客户端,运行之前需要做两件事,第一件事是必须知道电脑的ip地址,如果是内网可以用cmd的ipconfig命令看一下电脑的ipv4地址,如果是模拟器的话那电脑的IP地址就是10.0.2.2,然后在安卓源码里面替换电脑IP,第二件事是打开项目里自带的exe点击开启端口监听,这样电脑和安卓客户端就可以使用UDP协议进行互发消息通讯了,本项目默认编译版本4.2.2.编码GBK。-UDP communication source is a test Ann Zhuo and computer UDP communication example source code, item comes with a WinForm client, the operation needs to be done before two things. First thing is need to know the IP address of the computer. If the Intranet can with the ipconfig command CMD look at computer IPv4 address. If the simulator of the computer s IP address is 10.0.2.2. Then in the Android source code replacement computer IP. The second thing is open open port monitoring project in its own click the EXE, such computers and Android client can using the UDP protocol for each message communication, the default compiler version 4.2.2. GBK encoding.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JstarUDP
........\.classpath
........\.project
........\.settings
........\.........\org.eclipse.jdt.core.prefs
........\AndroidManifest.xml
........\assets
........\bin
........\...\AndroidManifest.xml
........\...\classes
........\...\.......\com
........\...\.......\...\example
........\...\.......\...\.......\jstarudp
........\...\.......\...\.......\........\BuildConfig.class
........\...\.......\...\.......\........\MainActivity$1.class
........\...\.......\...\.......\........\MainActivity$Client.class
........\...\.......\...\.......\........\MainActivity$Server.class
........\...\.......\...\.......\........\MainActivity.class
........\...\.......\...\.......\........\R$attr.class
........\...\.......\...\.......\........\R$drawable.class
........\...\.......\...\.......\........\R$id.class
........\...\.......\...\.......\........\R$layout.class
........\...\.......\...\.......\........\R$menu.class
........\...\.......\...\.......\........\R$string.class
........\...\.......\...\.......\........\R$style.class
........\...\.......\...\.......\........\R.class
........\...\classes.dex
........\...\dexedLibs
........\...\.........\android-support-v4-5091710b95cebde00d10e3f5291b2380.jar
........\...\.........\android-support-v4-b19b809e7463f225551243aa427b3e76.jar
........\...\jarlist.cache
........\...\JstarUDP.apk
........\...\res
........\...\...\crunch
........\...\...\......\drawable-hdpi
........\...\...\......\.............\ic_launcher.png
........\...\...\......\drawable-ldpi
........\...\...\......\.............\ic_launcher.png
........\...\...\......\drawable-mdpi
........\...\...\......\.............\ic_launcher.png
........\...\...\......\drawable-xhdpi
........\...\...\......\..............\ic_launcher.png
........\...\...\drawable-hdpi
........\...\...\.............\ic_launcher.png
........\...\...\drawable-ldpi
........\...\...\.............\ic_launcher.png
........\...\...\drawable-mdpi
........\...\...\.............\ic_launcher.png
........\...\...\drawable-xhdpi
........\...\...\..............\ic_launcher.png
........\...\resources.ap_
........\gen
........\...\com
........\...\...\example
........\...\...\.......\jstarudp
........\...\...\.......\........\BuildConfig.java
........\...\...\.......\........\R.java
........\ic_launcher-web.png
........\libs
........\....\android-support-v4.jar
........\proguard-project.txt
........\project.properties
........\res
........\...\drawable-hdpi
........\...\.............\ic_launcher.png
........\...\drawable-ldpi
........\...\.............\ic_launcher.png
........\...\drawable-mdpi
........\...\.............\ic_launcher.png
........\...\drawable-xhdpi
........\...\..............\ic_launcher.png
........\...\layout
........\...\......\activity_main.xml
........\...\menu
........\...\....\activity_main.xml
........\...\values
........\...\......\strings.xml
........\...\......\styles.xml
........\...\values-v11
........\...\..........\styles.xml
........\...\values-v14
........\...\..........\styles.xml
........\src
........\...\com
........\...\...\example
........\...\...\.......\jstarudp
........\...\...\.......\........\MainActivity.java
........\电脑消息接收端.exe
........\目录列表.txt
........\说明.htm