搜索资源列表
MySeverDemo1
- 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
TcpSocket.rar
- 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。,The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
WindowsSockets
- 里面包含TCP/UDP源码与程序,各种阻塞和非阻塞IO模型的通讯源码,对想学习网络编程的朋友们可以下载下来看看!-Which contains the TCP/UDP source and program, a variety of blocking and non-blocking IO model communication source, and friends who want to learn network programming can download to see!
TCPChatRoom
- 基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect m
netkitrelease
- 1)支持TCP、UPD协议以及混合模式; 2)封装线程池管理模型,支持多连接的并发服务器; 3)同时支持多服务器和多客户端的混合模式,特别适合于P2P系统开发; 4)线程异常退出保护机制; 5)简便的编程接口; 6)易扩展的数据封包方式; 7)低层采用Select非阻塞模型,并对Windows API进行封装,容易实现跨平台移植。 8)适用于中小型windows网络平台应用系统项目的开发。 -1) support for TCP, UPD, as well as
talkroom
- 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
TCP_Socket_1.5
- A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
tcpsocket
- linux下的tcp传输类,支持阻塞模式、非阻塞模式-linux tcp transfer under the category, to support blocking mode, non-blocking mode
tcp_select
- 用select实现的tcp异步通讯的动态库例子, 采用非阻塞的方式,用select实现的UDP异步通讯的动态库例子.-Tcp implemented by asynchronous communication select the dynamic library example, using non-blocking way, use select UDP to achieve a dynamic library examples of asynchronous communication.
WinSock
- WinSock是Windows提供的包含了一系列网络编程接口的套接字程序库,介绍如何把它的非阻塞模式引入到应用程序中。所讨论的通信均为面向连接的通信(TCP)-WinSock contains a series of network programming interface provided by Windows Sockets library, and describes how its non-blocking mode is introduced into the application
marcelog-Ding-1.6.1
- marcelog Ding是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。 Ding Framewrok 1.6.1,它的释放移动信号定义容器的构造,以避免Web服务器模块的SAPI(pcntl根据Web服务器的模块禁用)下运行时的有关未定义的常量的通知。-marcelog Ding is a
MFC_TCP_Client
- VC6.0,用MFC编写的TCP Client,用于搜索局域网内的摄像头.用异步非阻塞模式.-VC6.0, the written in TCP Cliet with MFC for search LAN camera with asynchronous non-blocking mode.
CAsyncSocket-TCP
- 异步非阻塞Socket通讯,含有一个server端和client端。-Asynchronous non-blocking socket communication with a server-side and client-side.
TcpSocket
- 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。-The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
ChatTCP
- Chat_套接字_基于消息异步_非阻塞 网络通讯TCP例子-Chat_ socket _ _ non-blocking asynchronous message-based communication TCP network examples
TCPServer2
- TCP通信的非阻塞模式的服务器端,可以接受多个客服端的连接!-TCP communications non-blocking mode of the server side, can accept multiple clients to connect!
FastScan
- a simple and fast tcp scanner based on visual c++, with non-blocking way
Chat
- 非阻塞tcp聊天程序,适合初学者参考,很好的源码-Non-blocking tcp chat program for beginners reference
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched
ESPAsyncTCP
- Latest version of Asysnchronous TCP Web Server (non-blocking) for ESP8266