搜索资源列表
java udp broadcast chat
- 自己做的一个java 的聊天工具,主要向实现的事udp的广播、多播识别用户,可以突破局域网的限制,最主要的是想实现文件的广播传送,以及多人的广播语音,最后由于毕业,只完成,语音部分。-have done a java chat tool to achieve the main thing udp in broadcasting, multicast identifies the user, can overcome the limitations LAN, the most important
UDP.这是一个基于UDP视频传输的源代码
- 这是一个基于UDP视频传输的源代码,适合初学者学习参考,This is a UDP-based video transmission of the source code, suitable for beginners to learn the reference
LAN-chat-udp
- 局域网聊天,udp的,稍后会加上传文件的功能 只是现在发现,Thread线程多了以后会导致软件界面卡死-LAN chat, udp, and later added upload function is now found, Thread thread will result in more than a software interface cards after death
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
java_udp
- 这是java udp网络编程的一个实例,对做p2p软件很有帮助,传上来和大家分享。-Java udp This is an example of network programming to do p2p software helpful, Chuan-up and share with you all.
UDP
- java写的UDP聊天程序 十分好用哦!下载联系277937187 -java chat program written in a very useful UDP Oh! Download links 277,937,187
UDP-chat
- UDP即时通信软件,下完直接能用,包括客户端和服务器端-UDP instant messaging software, can be used directly under the End, including client and server
UDP
- 这里收集几个UDP的例子,希望能够对大家有用-UDP here a few examples of the collection, hoping to be useful for all of us
udp
- 通过udp协议,实现局域网内的广播。eclipse 工程,直接打开既可以使用。-Udp Protocol through, the radio LAN. eclipse project can be used directly to open.
UDP
- 采用UDP协议及客户机/服务器(C/S)模式,分别为客户端和服务器端完成基本数据配置,实现一个局域网环境下的即时通信,并让收发信息在可视化界面上显示。
UDP
- 一个 基于 UDP 协议 的网络聊天程序-A network based on UDP protocol chat program
assignment3
- Java UDP Ping Client/Server
udp-chat
- 实现UDP下的聊天室,用户端的端口是根据系统时间进行计算得到的,使用时若是出现冲突要重复尝试即可-Chat room under the UDP to achieve the client' s port is calculated according to the system time, the use of conflict if you can try to repeat
UDP-java
- 采用JAVA编写的基于UDP的通信软件,可以很好的完成局域网间的通信-Written using JAVA UDP-based communications software, you can complete a good communication between the LAN
liaotian(UDP)
- 一个简单的网络聊天软件(基于UDP数据包传输),希望对大家网络编程这块儿的学习有所帮助。-A simple network chat software (based on the UDP packet transmission), we want to learn network programming help this child.
UDP-file-transfer
- UDP 文件传输,实现大型文件的多传输功能,利用套接字和端口号进行传输-UDP file transfer, implementation of large file transfer capabilities and more, using the socket and port number for transmission
JAVAUDP
- 自己写的UDP通信代码,对学习Java UDP帮助很大。-The UDP communication code to write, to learn Java UDP great help.
java-UDP-programming
- javaUDP程序设计,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java UDP programming, code, detailed notes, directly in MyEclipse. Welcome to download
Java的UDP通讯
- 使用java实现UDP编程,需要同时运行文件中的server和client文件。实现客户端和服务器的通讯和接收。(Using java to achieve UDP programming, you need to run files in the server and client files. Realize the communication and reception between client and server.)
java-swing-udp-chat-master
- a p2p java chat program