▍1. Io 完成套接字服务器
这使用 IO 完成端口插座,处理来自客户端的传入连接。Io 完成端口是高可扩展性和多处理器技术,创建高度可扩展的服务器。 高度可扩展、 多处理器 高度可扩展、 多处理器
这使用 IO 完成端口插座,处理来自客户端的传入连接。Io 完成端口是高可扩展性和多处理器技术,创建高度可扩展的服务器。 高度可扩展、 多处理器 高度可扩展、 多处理器
应用背景stmf4_master TCP UDP的例子,这是inculeded PHY层图书馆对于初学开发者。关键技术这是一个phytechnologhy STM32F4探索,这是很好的工作,服务器或客户端的UDP或TCP
随便做的ping程序 用c++运行,用mfc做的对话框,模拟windows的ping功能将其用简介的对话框形式表现出来
Android手机摄像头实现网络监控 The stream can be directly read by VLC which is great because VLC is a very powerful tool, for example you can really easily record the stream in a file You can enable/disable sound or video streaming The resolution, the bitrate and the framerate of the stream can be configured... Two video encoders are available for the video streaming: H.263 and H.264. For sound streaming AMR and AAC are available. You can choose between the back facing camera and the front facing camera
随着网络带宽的迅速增长,主机协议处理开销已经成为系统整体性能的瓶颈.近年来,在协议加速领域开展了大量的研究工作,主要分为协议处理机制、实现以及结构的优化.在分析了协议处理的开销与性能之后,从协议机制、实现和处理结构这3方面对TCP(transmission control protocol)加速技术的研究现状进行了总结,并分析了进一步的研究方向-With the rapid increment of network bandwidth, the overheads of protocol on host have become the bottleneck of system performance. A lot of work including optimization for protocol mechanism, implementation and architecture have been developed in the fields of protocol acceleration. After analyzing overhead and performance of the protocols, it is attempted to survey the developments of TCP (transfer control protocol) accelerating on mechanism, implementation and architecture. Finally, some future directions are discussed. Key words: protocol performance overhead acceleration mechanism implementation architecture
周立功公司经典的TCP/IP协议占程序编写,与大家共享-weeks meritorious classical company in the TCP/IP protocol procedures for the preparation and share
TCP协议数据传输和聊天程序服务器端程序源代码-TCP data and message transferring, server program.
独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见-independent of TCP/UDP Socket used Socket2.0, including registration information and the overlap IO, we welcome comments
uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels . More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux-uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels lt;adam@dunkels.comgt;. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/- example applications doc/- documentation uip/- actual uIP TCP/IP, SLIP and ARP code unix/- Example of how to run uIP as a user space process under FreeBSD or Linux
rtsp open source code Got from mpeg4ip project and I port to st platform
windows下TCP的Socket编程代码实例,分Server和Client两部分。-windows under the TCP of Socket programming code examples, sub Server and Client in two parts.
利用TCP/IP协议传送文件,可同时传送4路-Sputum 利 TCP/IP Kwai 传 accumulated Kuang Colon 件, 可 Ke Creek 传 Colon 4 路
判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。 基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。 代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。 发包方可以是客户也可以是服务端,看哪边实现方便合理。一般是客户端。服务器也可以定时轮询发心跳下去。 一般来说,出于效率的考虑,是由客户端主动向服务器端发包,而不是相反。
unix program of chargen client for tcpip socket programming learning
一个win95下的VPN源代码-under a win95 VPN source code
这是一个简单的TCP Client.These 类的实现提供更高级别抽象的套接字来实现客户端程序。
用 www.no-ip.com 帐户没有 IP 更新应该很容易支持以及其他 dns 重定向注意到一些人想要这个所以希望能帮到你:)
该程序可以实现简单的TCP/IP通信协议,发送字符串和接收字符串,Client设置好端口号和IP地址,Serve设置好端口号, 以上所提供的是一个标准的TCP/IP架构,你只需要稍作修改,就可以让现有的程式具有网路资料传输功能
TCP/IP网络源码,用VC编写,很有用处的-TCP/IP network source using VC prepared useful
vc++6.0写的一个socket小例子 客户端-vc 6.0 socket write a small example of the client