搜索资源列表
简单Socket通讯
- TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
Socket文件传输
- 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
ClicetServer
- 用Socket实现客户和服务器交互的典型C/S结构的演示程序.欢迎使用.-Socket client and server interaction typical C / S structure of the demonstration program. Welcome.
PC_Client
- 一个socket通讯的典型例子,包含socket client端连接方式,以及数据包的encoder ,decoder工具
AsyncSocket.异步Socket通讯,一个服务器,多客户端模式
- 异步Socket通讯,一个服务器,多客户端模式。,Asynchronous Socket Communications, a server, multi-client mode.
peeryou_Ctrl
- 远程控制软件,包知服务端和客户端,完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理,SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。-Remote control software package known server and client, the full realization of the registry processing, document processing. Multi-threaded server-side service
SOCKET
- 通过SOCKET完成服务器端和客户端建立连接和传输数据-Using socket transfer data between server and client
Socket
- 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
Sample.Client
- 基于WebIM的浏览器即时通讯源码,C#、.net、socket、WebForm、B/S-Based instant messaging WebIM browser source code, C#, net, socket, WebForm, B/S
socket
- 应用visual c++开发环境,利用socket实现客户端与服务器之间的信息传输-The application visual c++ development environment, socket to achieve the transfer of information between the client and the server
socket
- 简单的socket编程。里面有客户端&服务器端程序。请大家下载使用-Simple socket programming. There are client
socket
- 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
Socket-Communications-Programming
- 程序分为三个部分: (1)动态库DLL,实现日志记录; (2)客户端程序,OCX形式封装,进行设备状态设置和数据发送。 (3)服务端程序,服务程序形式封装,接收状态数据,调用DLL记录设备状态。 -Program is divided into three parts: (1) dynamic library DLL, implement the log records (2) client, OCX forms package, the device status setti
SOCKET
- socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
Client
- Client Socket on VB6 for connecting to any socket server
Socket
- 局域网通讯,分为服务器和客户端,可以聊天,能存储记录,记录可以翻页。-socket client
Minia2-client
- 基于mina2的socket 通讯客户端demo例子程序,里面包含了mina2的调用远程对象方法的实现方法-demo example of mina2 for client endpoint
Socket示例
- 最为通用的网络通信---SOCKET通信的示例程序,包含一个服务器Socket和一个客户端Socket,注释详细,简单易理解。(The most common example of network communication ---SOCKET communication program, including a server Socket and a client Socket, Notes detailed, easy to understand.)
BCB socket
- 此程式為BCB6.0 socket Server及Client通訊測試程式(This program is a BCB6.0 socket Server and Client communication test program)