▍1. pionttopointchat
基于UDP的简单通信程序,不提供可靠通信保证,一般适用于两人通信。(point to point chat based on UDP)
基于UDP的简单通信程序,不提供可靠通信保证,一般适用于两人通信。(point to point chat based on UDP)
SP与ISMG之间、ISMG之间进行信息交互时,可以采用长连接方式,也可以采用短连接方式。所谓长连接,指在一个TCP连接上可以连续发送多个数据包,在TCP连接保持期间,如果没有数据包发送,需要双方发链路检测包以维持此连接。短连接是指通信双方有数据交互时,就建立一个TCP连接,数据发送完成后,则断开此TCP连接,即每次TCP连接只完成一对CMPP消息的发送。(Information interaction between ISMG between SP and ISMG long connection can also be used to short connections. The so-called long connection, a TCP connection can be continuously send multiple packets, TCP connections remain during the If you do not send the packet, both sides need hair link test kits to maintain this connection. The short connecting both sides of communication data interaction, on the establishment of a TCP connection, the data transmission is complete, disconnect the TCP connection, and that each TCP connection completed only one pair of CMPP messages sent.)
网络模型IOCP的一个DEMO,可以有效的帮助你熟悉IOCP原理,掌握IOCP的使用方法(A network model IOCP DEMO, the help you are familiar with the IOCP principle, to master the use of IOCP)
这是ICP设备中视频传输的server端,通过server端口,接收视频信息(This is the server end of the video transmission equipment ICP server port to receive video information)
linux sip协议栈(转别人的论文) 仅供初学SIP协议的朋友们入个门(linux sip)
基于C/S结构,实现简单的TCP通信,其中包括一个服务器和一个客户端。实现两者之间简单的通信(Based on C/S structure, simple TCP communication, including a server and a client. To achieve simple communication between)
Abstract We present TCP-over-UDP (ToU), an instance of TCP on top of UDP. It provides exactly the same congestion control, flow control, reliability, and extension mechanisms as offered by TCP. It is intended for use in scenarios where applications running on two hosts may not be able to establish a direct TCP connection but are able to exchange UDP packets.
采用tcp协议在linux实现局域网聊天,实现好友上下线提示在线好友列表群聊私聊等(use tcp zai linux xia shixian juyuwangtongxun)
用MINA框架写的客户端,可针对跟终端第三方支付连接的通信。(MINA framework written client for communication with the terminal third parties pay the connection.)
利用Select模型实现Tcp通信协议,高质量代码,有一定的参考意义,我上传文档的Tcp_Epoll.zip中有相关的需求文档,可以参考一下(Select model Tcp communication protocol, high-quality code, reference)
通过构筑一个初级的基于Internet 的机器人遥操作系统实验平台,阐述了基于TCP/ IP 协议的通信、虚拟三维环境的构筑及实时控制的原理和方案,指出了构筑系统过程中所遇到的 问题,并提出了解决问题的基本策略和方法(By constructing a primary The Internet robot teleoperation system experimental platform of communication based on TCP/IP protocol, building a virtual three-dimensional environment and real-time control principles and programs, pointed out that the problems encountered in the build system procedures, and put forward the basic strategies and methods of problem-solving)
VOIP源码DEMO,开发者可在代码上进行修改实现自己的VOIP功能(VOIP source DEMO, developers can modify the code to achieve their own VOIP function)
C#写的TCP的client和server的程序,实现简单通信,源码简单(TCP client and server code.)
介绍TCP/IP的简明教程,很详细,适合全盘的把握,初学者可以下载看看(Simple tutorial on TCP/IP, a night after reading to comprehend many)
创建XML文件,通过 TCP 协议与数据库的方方式,创建xml 文件,并放入到数据库中,等待访问 (Create an XML file, create xml file via the TCP protocol and database side, and put into the database, waiting for access)
基于H.263的视频编解码完整事例!独立的263模块(Based on the H.263 video codec complete stories! As independent the 263 module)
基于TCP协议的文件传输系统的服务器端代码,服务器端可识别客户端的请求,完成其要求的功能。(Server-side code, server-side file transfer system based on the TCP protocol to identify the client' s request to complete the required functionality.)
四个麦克风基础上的三维声源定位。留着备用(Four microphones on the basis of three-dimensional sound source localization.)