Welcome![Sign In][Sign Up]
Location:
Search - TCP/UDP

Search list

[Internet-Networkvxworks_networking

Description: vxworks 下的网络程序源码 包括,ping,nfs,ftp,tcp,udp等 对vxworks下的网络编程有极高的参考价值-vxworks of network programming source including, ping, nfs, ftp, tcp, udp vxworks such right under the network programming very high reference value
Platform: | Size: 53248 | Author: 邱天 | Hits:

[ICQ-IM-Chatmyqq_chat_and_send_file_use_tcpudp

Description: 聊天程序,使用TCP/UDP,可以实现局域网能聊天和传送文件-chat, the use of TCP/UDP, LAN will be chatting and transmission of documents
Platform: | Size: 1634304 | Author: 神和龙 | Hits:

[DSP programdm642-tcp(LWIP)

Description: 这是基于TI公司的DSP TMS320DM642而开发的TCP/UDP协议,从而使DSP具备网络传输的能力-This is based on TI's DSP TMS320DM642 and development of the TCP/UDP , thereby enabling DSP with the network transmission capacity
Platform: | Size: 251904 | Author: | Hits:

[SCM8051_pppsrc

Description: 用单片机实现GPRS modem通讯的源程序,实现了ppp拨号,tcp/udp等通讯协议包含了串口控制协议-with MCU GPRS modem communications program and realized the ppp dial-up, tcp/udp communications Agreement contains the serial control protocol
Platform: | Size: 32768 | Author: | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[Other Embeded programtcpudparp

Description: arm 2410的 tcp udp arp 的实现源代码 已经调通,直接用就好-arm of tcp udp 2410 arp the realization of the source code has been transferred links directly with!
Platform: | Size: 8192 | Author: 张三 | Hits:

[TCP/IP stackwangluoxiyifenxi

Description: 本程序是网络协议分析。可以分析tcp udp icmp 可分析出源地址 目的地址 源端口 目的端口 及长度。高手可扩展出更多功能。-this program is the network protocol analysis. Can be analyzed tcp udp icmp can analyze the source address of the source of destination addresses and ports purpose port length. Master can be expanded with more features.
Platform: | Size: 46080 | Author: 金晓爽 | Hits:

[Internet-NetworkProtocolReader_all

Description: 一个很好的协议,数据包解码工具,可以分析7号(ISUP,MTP,...), TCP/UDP等各种协议,特别的是还能支持自定义的二进制数据报,可以通过插件无限扩充协议库.-A good deal, packet decoding tools, can be analyzed on the 7th (ISUP, MTP ,...), TCP/UDP and other agreements, in particular, is able to support a custom binary data reported through the plug-ins Unlimited Extensions library.
Platform: | Size: 3231744 | Author: | Hits:

[TCP/IP stackTCPUDP

Description: TCP/UDP开发包,很好用,考虑很周全-TCP/UDP Development Kit, a very good use, taking a very comprehensive
Platform: | Size: 813056 | Author: 牛娃儿 | Hits:

[P2PChatRoom

Description: 网络p2p聊天测试程序,使用tcp/udp直连,双方可以发送消息,发送文件-P2p network chat test procedures, the use of tcp/udp Direct Connect, the two sides can send a message, send the file
Platform: | Size: 136192 | Author: tony | Hits:

[TCP/IP stacktestudp

Description: 51下的 tcp udp arp 的实现源代码 已经调通,直接用就好-51 under tcp udp arp the realization of the source code has been transferred Qualcomm, the direct use of good
Platform: | Size: 28672 | Author: xxq | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[TCP/IP stackwindows-net

Description: 我们用得最多的协议是UDP和TCP,UDP是不可靠传输服务,TCP是可靠传输服务。UDP就像点对点的数据传输一样,发送者把数据打包,包上有收信者的地址和其他必要信息,至于收信者能不能收到,UDP协议并不保证。而TCP协议就像(实际他们是一个层次的网络协议)是建立在UDP的基础上,加入了校验和重传等复杂的机制来保证数据可靠的传达到收信者。关于网络协议的具体内容,可以参考专门介绍网络协议的书籍,这里直接探讨编程实现网络程序的问题。-We use the most agreement is UDP and TCP, UDP is not reliable transport services, TCP is a reliable transport service. UDP as point-to-point data transmission, the sender of data packing, has prepared to receive packets on the address and other necessary information for the receiver can not receive, UDP does not guarantee agreement. The TCP protocol is like (actually they are a level of network protocol) is built on the basis of UDP, joined the checksum ARQ complex mechanism to ensure that reliable data were communicated to the receiver. With regard to the specific content of network protocols, you can refer to specialized network protocols introduce the books, here to explore the direct network programming procedures.
Platform: | Size: 7971840 | Author: | Hits:

[P2PUDP----P2P

Description: 一个基于UDP协议P2P传输的实用例子,内附源代码-P2P protocol based on UDP transmission of practical examples, containing the source code
Platform: | Size: 1071104 | Author: a | Hits:

[TCP/IP stackSocket2.0

Description: TCP/UDP协议服务器端、客户端实现软件,同时支持TCP/UDP协议-TCP/UDP protocol server side, client software that supports both TCP/UDP protocol
Platform: | Size: 107520 | Author: wyx | Hits:

[VC/MFCWinSock_example

Description: WinSock编程实例,电子书类.包括TCP UDP例子-WinSock programming examples, e-books category. Including TCP UDP example
Platform: | Size: 230400 | Author: sdghgk | Hits:

[Windows DevelopdiskmonTrace

Description: 根据windows事件追踪ETW(Event Trace For Windows)的原理实现磁盘监控的技术。 监视磁盘的读写操作。 该源码还是其他监控的一个导向。ETW可以监控的有磁盘操作,文件操作,进程操作,Tcp/Udp操作等等。-According to windows event tracking ETW (Event Trace For Windows) realize the principle of monitoring disk technology. Monitor disk read and write operations. The source code of a monitor or other-oriented. ETW can have a disk monitoring operation, file operation, the process of operation, Tcp/Udp operation and so on.
Platform: | Size: 388096 | Author: 王飞 | Hits:

[TCP/IP stacksockettool2

Description: TCP/UDP Socket调试工具提供了TCP Server,TCP Client,UDP Server,UDP Client,UDP Group 五种Socket调试方案。-TCP/UDP Socket debug tools provide TCP Server, TCP Client, UDP Server, UDP Client, UDP Group Five Socket debug the program.
Platform: | Size: 1831936 | Author: 钱小龙 | Hits:

[Embeded-SCM Developtcpudp

Description: tcp,udp程序,对了解tcp,udp协议很有帮助-tcp, udp procedures, the understanding of tcp, udp protocol helpful
Platform: | Size: 6144 | Author: panxf | Hits:

[Internet-Networkwinpcapneting

Description: 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development, in vc++ 6.0 compiler passed under. It can list all the host surveillance network card, select a card to monitor, capture and display data packets flowing through the network card and do the appropriate analysis and statistics, can also set filters to capture the rules of some sort of agreement on the (ip, tcp , udp, etc.) the focus of analysis.
Platform: | Size: 97280 | Author: 郭为 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net