搜索资源列表
160955
- - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese
java_TCP
- java写的TCP\\Server.java
KryoNet
- KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
chat-system
- java基于tcp的局域网聊天系统,包括服务器与客户端-java tcp-based LAN chat system including server and client
TCPClient
- 用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
331_task1
- TCP/UDP transmission-connect server and client
TCPIP_Chat
- A simple TCP chat between server and client
ExSocket
- Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
src
- 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
TCP
- 本程序用java语言编写程序实现了客户服务器的交互功能-This procedure using java programming language to achieve a cross-functional client-server
server
- server java TCP is very important his useful and easy to manipulate and understand
TcpIP
- java客户端,服务端TCP/IP通信发送包数据测试-The Java client, server-side TCP/IP communication transmission packet data test
TCPClient
- TCP Server and TCP Client which use socket programming with java langhage.
TCP
- Java语言中采用的Socket通信是一种流式套接字通信,它采用TCP协议,通过提供面向连接的服务,实现客户/服务器之间双向、可靠的通信。-Socket communication using the Java language is a stream socket communication, which uses the TCP protocol, by providing a connection-oriented service, two-way, reliable communicat
SampleSocket_TCPPUDP_Client-Server
- A good Java Socket TCP+UDP Client+Server.
TCPClient.java
- 通过TCP SOCEKT 从服务器接收数据 将数据处理后 发送回服务器端-By TCP SOCEKT receive data the server sends the data back to the server-side processing
TCP
- java编写的时间服务器 用于两台在一个局域网内的计算机通信。-time server written in java for two computers to communicate over a LAN.
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
tcpclient-server
- Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]