搜索资源列表
duoxianchengtongxing
- 一个Java通信小程序,包括一个客户端,一个主机端.一个主机可以和多个客户端进行通信.但要注意程序中的IP要改.才可以通信.-a small communication procedures, including a client, a mainframe terminal. A host can be and in a number of client communications. But we must pay attention to the procedures of IP must
BIYESHJI
- tcp/ip局域网编程,JAVA,JBUILDER2006-tcp / ip LAN programming, JAVA, JBUILDER2006
jace_src
- JAVA下的TCP/IP同步并发通信框架-of TCP / IP with synchronous communications framework
java实现socket通信
- java实现两机间的socket通信.使用时将ip填入源码localhost处即可.-achieve the two-socket communications. When used to fill ip source localhost respect.
simplecall
- 1- Start the Intraswitch server. 2- Make sure MYCLASSPATH settings in simplecall.bat / incall.sh, outcall.sh reflects location of client-CTI jars. 3- Make sure java executable is in search path and java.policy is ok (see "installing Intr
ArpApp
- Arp协议的实现。 使用ARP协议根据目标设备的IP地址来取得目标设备的MAC地址-Arp protocol implementation. Using the ARP protocol depending on the target device IP address to obtain the target device' s MAC address
JAVAFGCS
- JAVA飞鸽传书源代码,改进了一些功能,是个通讯的好软件,具有很大的学习和参考意义。-IP Messenger JAVA source code, improved some of the features is a good communication software, has great significance in learning and reference.
Java-chat-room-code
- 这个一个简单的利用数据报协议传送信息的聊天测试程序。 *程序由三个简单的组件构成,分别是一个List,用于接收信息, *一个JComboBox,用于输入对方ip地址,和一个JTextField, *用于编辑信息。<br> -The use of a simple datagram protocol to send messages chat test program.* Program consists of three simple components, name
java版及时通讯系统
- 采用socket套接字,使用tcp/ip协议进行消息的及时通讯,模仿qq,初学者的必备。