搜索资源列表
sf_200562516252
- 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
receivServer
- 启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软件通过TC P的Socket套接字建立连接。-activate the server, telnet can be used machine orders port connectivity, machine-machine or address, port procedures as specified ports. Also the
Stream_sniffer
- 简单的socket流量测试程序,可以根据端口号监控流量和数据包的大小,可以根据自己的需要改动,本来是监控点对点的音视频带宽测试工具-simple socket flow testing procedures, according to the port control flow and data packet size, according to their needs change, originally control point-to-point audio and video bandw
原始套接字_广播
- 利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
udp通信
- 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the original purpose of ports and
java 网络传输大文件
- 网络传输大文件,于是对基于socket的文件传输采用了缓冲输入/输出流来包装输出流,再采用数据输入/输出输出流进行包装,加快传输的速度。基本传输需要大家一般都知道,建立socket链接设置端口,监听端口-Network to transfer large files, so socket-based file transfer using buffered input/output stream to wrap the output stream, then use the data input
MulticastSocket
- 实现局域网内的组播功能,在同一个组同一个端口内的所有主机都可以收到发出的组播消息。-Within a LAN multicast function in the same group with all the hosts within a port can receive the multicast message.
Server_java
- 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
CMatrix
- IOCP SOCKET 主要用于对完全端口SOCKET的使用.支持多线程.-IOCP SOCKET mainly used to completely port the use of SOCKET. Support multi-threading.
transport
- socket端口转发源代码,输入IP,监听端口号,目的IP。目的端口号,即可完成转发-socket port forwarding source code, enter the IP, listening port number, purpose of IP. Destination port number, to complete forwarding
10
- 用套接字完成端口模型开发的计算机文化基础课考试系统。有服务器和客户端组成。-Complete with socket port model development of the basic computer course examination system. Composed of a server and client.
Socket
- SocketsInCs_demo SocketInCS_src Client与Server 端口通讯-SocketsInCs_demo SocketInCS_src Client and Server communication port
port-socket
- 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
Socket-QQ
- 本程序包含客户端和服务器,运行时先启动服务器,输入端口号。然后再启动客户端,可将服务器和客户端连接起来进行通信聊天-The program contains the client and server, run when you first start the server, enter the port number. And then start the client, the server and the client is connected together to communicat
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
CSharp-high-SOCKET-examples
- C#高性能大容量SOCKET并发完成端口例子(有C#客户端)-C# high-performance concurrent completion port capacity SOCKET examples (with C# client)
CSharp-socket-
- C# 通过socket监听6005端口,获取服务器的数据,给服务器发送数据,通过十六进制发送,接收采采集箱传感器返回的数据,接收也是十六进制的数据, 将采集的数据进行存储,都是配置在app.confing文件中,里面有发送的指令,监听的端口,写入数据库的连接字符串-C# through the socket listening port 6005, access to the server s data to the server to send data through the hexadec
MyProjects
- 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke
xie
- 能够接收客户端通过网络的端口接收数据,提供一个超级好用的模板。(receiver the data from network by port)
clienttest
- socket通信,连接服务器的端口,可以实现客户端和端口互发数据(Socket communication connecting with server port to transfer data)