搜索资源列表
套接字编程源代码
- 有TCP/IP协议,UDP协议,FTP协议 实现嵌入式和PC机通信-a TCP / IP protocol, UDP, FTP protocol embedded and PC communication
CplusplusImplementSIP
- 根据WinSock的编程原理,采用流套接字编程,运用面向对象的方法分析了SIP协议,详细地描述了用C++语言实现SIP协议的呼叫建立过程。-under WinSock programming theory, flow socket programming, use of the object-oriented method for the SIP, detailed descr iption of C language of the SIP call setup process.
UDP
- 基于UDP协议的客户端与服务端的交互窗口,及套接字的使用-Based on the UDP protocol client server interactive window, and the use of socket
ipv6detailedannotation
- 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既
ping
- VC++60使用套接字实现ping命令。ICMP协议。-ping command with visual c++6.0
12CT7
- 基于套接字和IEC61850协议的一个12路测试程序,可分别对12路状态进行设定,然后发送出去。-IEC61850 protocol based on sockets and a 12-test procedures, respectively of the 12-state set, then send out.
common
- 基本服务器创建例子模型,套接字通讯,基于TCP协议-Basic server to create the example model, socket communication
java版及时通讯系统
- 采用socket套接字,使用tcp/ip协议进行消息的及时通讯,模仿qq,初学者的必备。