搜索资源列表
SocketLib
- Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
IPv6CharRoom
- 1、熟悉IPv4/IPv6下Socket编程 2、掌握Socket编程关键技术 3、利用Socket编程实现网络应用 安装ipV6, 在cmd中键入命令:ipv6 install 为网卡配置地址:ipv6 adu 4/fe80::214:38ff:fe12:b8a4 Server端,等待客户端连接它,连接后将文件按块,一块一块的传到客户端 等待客户端连接 CTcpSocket* socket = new CTcpSocket(
micro_ipv6
- 这是一个同时开启ipv4与ipv6监听的socket程序,可以当做服务器监听的模板-This is a ipv4 and ipv6 at the same time to open the socket monitor procedures, monitor the server can be used as a template
ipv6detailedannotation
- 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既
showday
- 分别用tcp socket和udp socket实现了显示时间,可以支持IPv4和IPv6.-These are TCP/UDP client/server simple applications which could be used over IPv4 and IPv6 networks. Daytime port is number 13, instead of this one we use 13111.
Linux_Network
- 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative and concurrent servers prepara
Socket_Test
- socket 通讯程序,支持IPv4、IPv6,UDP、TCP通讯-socket communication program to support IPv4, IPv6, UDP, TCP communications
C.Sockets
- Socket programming in C - use the currently accepted functions which are IPv6 compliant. Older code only works with IPv4. Plenty of code included, as well as explanation.-Socket programming in C - use the currently accepted functions which are IPv6 c
IPV6_DEMON
- IPv4和IPv6在socket编程实现的区别,一个简单的例子。-the difference between Ipv4 and Ipv6 in programing。
IPv6-Network-Programming-(2004)
- 此书介绍如何基于UNIX socket API来写IPv6应用,以及如何将IPv4应用兼容IPv6.-This book tries to outline how to write an IPv6-capable application on a UNIX socket API, or how to update your IPv4 application to be IPv6-capable.
q.7
- IPv4 to IPv6 program C program socket programming
socketcc
- or those wishing to develop socket based network applications in a C++ class oriented environment. This library allows creation of sockets as classes as well as IPv4 and IPv6 address representation as a class abstraction. The main aim is to all
facro
- 这是一个同时开启ipv4与ipv6监听的socket程序,可以当做服务器监听的模板-This is a at the same time open the ipv4 and ipv6 listening socket procedures, can be as a server to monitor the template
jnful
- 这是一个同时开启ipv4与ipv6监听的socket程序,可以当做服务器监听-This is a at the same time open the ipv4 and ipv6 listening socket procedures, can listen as a server
xlulc
- 这是一个同时开启ipv4与ipv6监听的socket程序,可以当做服务器监听(This is a at the same time open the ipv4 and ipv6 listening socket procedures, can listen as a server)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos