搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
uip09win
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ -
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
SIP STACK LATEST VER
- 这是一个用C-C++实现的成熟的sip协议栈,目前正在稳定的使用,可同时运行于windows和linux平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature sip protocol stack and is currently stable use, can also run on Windows and Linux platforms, there is also a more detailed help files.
PPP STACK
- 这是一个用C-C++实现的成熟的ppp服务器和协议栈,目前正在稳定的使用,可同时运行于windows和linux和solaris平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature ppp server and protocol stack and is currently stable use, can also run on windows and linux and solaris platform, there is also
UDP-based_Reliable_Data_Transfer_Library
- 一个基于UDP协议上的可靠数据传输库.适用于Win32及linux平台.-a UDP based on the reliable data for transmission. Apply to the Linux and Win32 platforms.
tcpsrc
- 一个TCP开发的源程序,是linux下socket编程的范例。-a TCP development of the source is under linux socket programming model.
jrtplib-3.1.0.tar
- 多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输-real-time multimedia streaming transfer protocol (RTP / RTCP) C lib a request packet platform (Linux, Unix, windows) for audio and video transmission network
bacnet-stack-0.5.4
- BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project -----------
IPv4IPv6turnel
- 翻译网关的实现环境 Linux 是类Unix 操作系统大家族的一员[19]。1991 年,Linus Torvalds 开发出 了最初的Linux,现在,Linus 依然在不遗余力地改进Linux,使它保持与各种硬 件平台的同步发展,并协同世界各地上百名开发者进行应用开发工作。 Linux 内核是一个真正的Unix 内核,它的内核非常小而且紧凑,Linux 系统 通常很稳定,故障率低,系统易于维护。Linux 最吸引人的优点是它不是一个商业 操作系统,它的源代码在GNU
Linux
- 为了 解 决 互联网发展过程中遇到的这些问题,早在02 世纪09 年代初期,互联网工程任 务组IETF就开始着手下一代互联网协议Ipng(IP一thenextgeneration)的制定工作16].正TF 在 RFC155O里发出了征求新IP协议的呼吁,并公布了新协议需要实现的主要目标,包括支持几 乎无限大的地址空间:减小路由表的大小 使路由器能更快地处理数据包:提供更好的安全 性,实现IP级的安全 支持多种服务类型,并支持组播:支持自动地址配置,允许主机不更 改地址实现异地
flute
- 一个单向文件传输协议,可以在WINDOWS与LINUX下编译。-A one-way file transfer protocol, can be compiled under WINDOWS with LINUX.
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
nc6-1.0.tar
- Netcat 可以创建IPv4或IPv6的TCP 或UDP的connection,之后将在标准输入的到的data通过该connection发送到对端。-In the simplest usage, "nc6 host port" creates a TCP connection to the given port on the given target host (using either IPv4 or IPv6 as appropriate). Your standard input is
20070703_XSTUNT
- 听说过XEN么?用户和服务器跨系统连接 在你的WINDOWS 上LINUX就像一个软件一样随时打开。-XEN heard of it? Cross-system users and servers connected to the WINDOWS on LINUX you like to open at any time as a software.
clientandservermy_tcp
- 一个简单的LINUX环境下的B/S结构程序,适用于网络编程入门者-A simple LINUX environment B/S structure of the procedures applicable to network programming beginners
linux_file_transfer
- Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
uip-0.6
- TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
LinuxNetworkKernelSource
- 这是我自己对Linux下的一个版本比较低的网络协议栈内核学习笔记,现在公开给大家,一起学习-This is my own version of Linux, a relatively low core network protocol stack study notes, is now open to everyone, learn together. . .
a.tcl
- sample tcl set up. it shows how to implement a tcl file and run on linux platform easily.