搜索资源列表
net-snmp-5.1.1.tar
- 该程序实现了再linux下通过tcp/ip的网络互连,有基本的通讯模块-this program has a basic communication module,and it can realize the interlinkage of the network by tcp/ip in the linux operating system
EMB-TCP-IP-STACK
- 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the prepara
NetCat_NC_src
- 大名鼎鼎的网络瑞士军刀NC的源代码!功能简介如下: Basic Features * Outbound or inbound connections, TCP or UDP, to or from any ports * Full DNS forward/reverse checking, with appropriate warnings * Ability to use any local source port * Ability to use any local
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
reno
- TCPreno的改进算法,可以借阅它的改进,与一些基本函数的定义-Improved Algorithm TCPreno, you can borrow it to improve, with some of the basic function definition
fuwqi
- 基于tcp连接的服务器端程序,接收从客户端发送的视频进行实时显示,并予以保存。可对保存的视频进行播放和删除操作。-Tcp connections based on server-side program, receiving from the client to send the video in real-time display, and to preserve. Can be saved in video playback and deletion.
MiniQQ1_6_src
- 迷你QQ,仅仅几十K,能在DOS下工作的QQ.基础功能齐全-Mini QQ, just a few dozen K, can work under DOS the QQ. Basic functions
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
Archive
- Basic TCP Client and Server implemented in ANSI C. It serves as a good example for beginners. It is broken up into classes so it can be used in your existing projects.
socket
- 简单的测试socket函数程序 完成基本的网络通讯功能,可在局域网内收发信息。-Simple test socket function process is complete the basic network communication capabilities, you can send and receive messages within a local area network.
TCPIP
- T C P / I P (通常它是指传输控制协议/网际协议, Transmission Control Protocol/Internet Protocol)是发展至今最成功的通信协议,它被用于当今所构筑的最大的开放式网络系统I n t e r n e t之上就是其成功的明证。I n t e r n e t最初的设计是为了满足美国国防的需要,具体来讲就是使美国政府即使在遭受核打击时也能保证通信不间断, T C P / I P就是用于这个目的的。今天,I n t e r n e t已经发展得更加商
tcpip
- TCP/IP基本协议,可用于通信中的编程,书中对流程有详细的解释-TCP/IP basic agreement, can be used for communication in the programming, the book has a detailed explanation of the process
MBuf
- 这是从伯克利BSD的mbuf中提取的实现代码,如果使用者看过TCP/IP详解2的朋友就会在开篇看到这个代码, 我将其改写,虽然还是没有支持cluster的操作,但是基本可以从中知道这个实现的过程了。 关于Balloc是我为嵌入式系统定制的小型内存块管理系统,用4字节管理128个字节的内存。 MBuffer 是基于其上实现的。(如果没有使用Balloc,dtom将不能得到正确的结果)。-This is the mbuf from the Berkeley BSD implementat
TimeTCP
- 基于TCP协议编程的小例子,可以帮助理解TCP协议,以及socket编程的基本方法。-TCP protocol based on a small example program that can help understand the TCP protocol, as well as the basic method of socket programming.
13TCP
- The given documet is very useful to study the TCP/IP protocol one can understand the basic about TCP/IP
SendData
- UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t
Socket-Programming
- In this article w ill look at how to program using sockets by implementing an echo server along with a client that we will use to send and receive string messages. I will start off by giving a quick introduction to TCP/IP fundamentals and then ex
2
- 关于TCP的文件直接的传输,基本功能都已实现,可以帮助学习或者在此基础上建立新工程-Direct transmission of TCP file, the basic functions have been achieved, can help with learning, or create a new project based on
4
- 关于TCP的文件直接的传输,基本功能都已实现,可以帮助学习或者在此基础上建立新工程-Direct transmission of TCP file, the basic functions have been achieved, can help with learning, or create a new project based on