▍1. 包含了客户/服务器模式等几个著名的TCP/IP编程实例
包含了客户/服务器模式等几个著名的TCP/IP编程实例-includes client/server model of several well-known TCP/IP programming examples
包含了客户/服务器模式等几个著名的TCP/IP编程实例-includes client/server model of several well-known TCP/IP programming examples
毫升 605 xilinx 板延伸板 S14-S (4sfp 端口) 的代码。用于传输数据,从光线路到 rj-45 以太网和接收 PC 上的 sfp 模块的项目。使用容量 6 三模式以太网 MAC 包装。PC1 (以太网)-> 媒体转换器 (1,25 Gb/s)-> 光线路-> sfp-module(1,25Gb/s)-> 毫升 605-> ethernet(1,25Gb/s)-> PC2
以太网开发板源程序资料。真的很不错,希望对开发以太网的人有用-Ethernet development board source of information. Really good people who want to be useful in developing Ethernet
应用背景该协议源代码库,可以方便客户协议实现对奴隶(RTU,IED)或硕士(SCADA,数据集中器,前端处理器)设备。协议封装为一组的ANSI标准C例程可以嵌入到任何处理器平台与ANSI C编译器和相应的运行时支持。关键技术我的目的是有一个图形用户界面,可以显示点值,也可以发出命令。我认为不适合我的需求,决定实施协议的C++和Qt GUI。Qt是一个现代的多平台GUI工具包。
Terminal TCP/IP RS232 XMODEM YMODEM etc
UDP点对点聊天源码,UDP基础原理实例源代码-UDP source peer-to-peer chat, UDP based on the principle of source code examples
用TCPIP进行网际互联第一卷:原理、协议与结构(第四版)和 TCP/IP协议一样是一套经典的协议书籍。 -TCPIP used for internetworking Volume I : Theory, the agreement with the structure (fourth edition) and TCP/IP protocol is the same set of classic books on the agreement.
日本比较流行基于uitron的tcp/ip,。-Japan uitron more popular on the tcp/ip,.
这是一套完整 DNS 查询解析工具, 相当于DOS/UNIX下的 nslookup, 相当好用. 可以让你知道要如何查网域的 MX, NS, Address 等数据, 是写网络程序的你一定要知道的知识!-This is a complete DNS inquiries analytic tools, the equivalent of DOS/UNIX under the nslookup. very handy. can let you know how to check domain MX, NS, Address data, is written procedures for the network you must know the knowledge!
lwip在ucosii下的移植,硬件平台是4510-lwIP in ucosii under the transplantation, the hardware platform is 4510
利用已知的网络数据格式和服务器连接的源代码-Using known network data format and server connectivity source code
是基于arm的ip代码,答对大家很有帮助的。所以大家下啊-is based on the arm of ip code, the correct answer you very helpful. Therefore, we under ah
不错的RTP库 代码 希望对你有用-good RTP library code hope useful to you
用于发现internet上的tcp服务,如果大家对端口扫描感兴趣应该是不错的参考-Found for tcp services on the internet, if everyone should be interested to port scan is a good reference
TCP 吞吐量是 TCP 性能的一个重要的端到端性能指标,本程序的功能是对实验数据进行分析,获得TCP流量传输过程中的各项参数!-TCP throughput performance of TCP is an important indicator of end-to-end performance, the function of this process is the analysis of experimental data, access to TCP traffic in the process of transmission of the parameters!
uC/OSII上实现的tcp/ip协议实现代码(gcc编译)-It is source code to realize tcpip protocol on ucosII.
资源描述 TCP传输控制协议是一个用于数据传输的底层的网络协议,多个互联网协议(HTTP,FTP)都是基于TCP协议的。TCP是一个面向数据流和连接的可靠传输协议。 在QT平台下进行的,利用QTcpSocket来实现POP3,SMTP和NNTP等标准的网络协议,也可以实现自定义的网络协议。与QUdpSocket传输的数据报不同,QTcpSocket传输的是连续的数据流,适合于连续的数据。TCP编程一般分为客户端和服务器端,也就是所谓的C/S模型。 在任何数据传输之前,必须建立一个TCP连接到远程主机和端口上。
TCP-IP协议族中ARP协议的C语言实现-TCP-IP protocol tribe ARP C Language
基于TCP的简单的聊天室程序,适合初学者学习.用vc写的。-based on the simple TCP chat room procedures, suitable for beginners to learn. With vc writes.