搜索资源列表
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
Java TCP/HTTP代理
- 一个Java写的端口代理程序,大家不妨可以看看
tcpproxy-1.1.4.tar
- tcp代理服务器 -tcp proxy server
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
stunt
- TCP P2P nat traversal
ChartProc
- 基于java的网络聊天工具,适合tcp/ip协议的初学者使用-Java-based web chat tool for tcp/ip protocol to use for beginners
JAVA
- 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network communications, has a good inte
TCP
- JAVA写的TCP聊天程序,很好用的哦 课程设计-JAVA written TCP chat program, a good curriculum design used by Oh
TCP
- java代码轻松演示计算机网络客户端与服务端数据传送-TCP-java code easily demo computer network client and server-side data transmission-TCP
331_task1
- TCP/UDP transmission-connect server and client
TCP_FileTransferServer
- TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (JAVA prepared)
TCP_FileTransferfileClient
- TCP文件传输协议的客户端功能实现(JAVA编写)-TCP File Transfer Protocol client functions (JAVA prepared)
TCPIP_Chat
- A simple TCP chat between server and client
java
- 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
Chat
- 一个简单的在线聊天系统,实现了群聊,完全用java实现,不明白java TCP/IP网络编程的朋友可以参考下,里边有线程编程哦-A simple online chat system, a group chat, java fully realized, do not understand java TCP/IP network programming can refer friends, the inside Oh-threaded programming
Communication
- Implementation of TCP over UDP
Chat
- 简单的使用JAVA实现了两台局域网内电脑间的聊天程序,TCP协议在JAVA下的应用。适合刚入门的JAVA网络编程者读。-Simple realization of the use of JAVA two LAN chat program between the computer, TCP protocol in the application of JAVA. For just getting started who read JAVA Network Programming.
ModbusTCPClient
- Anybus 芯片的Modbus TCP 通讯源码-Modbus TCP for anybus
TCP
- Java之TCP协议封装类,并附带一个文件传输应用实例.-tcp transferring sample in java language
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket