搜索资源列表
ATM
- 本实验模拟ATM取款功能。本程序比较简单,但对于初学者而言,还是有有助于理解Linux的进程间通信的方法,如消息队列和共享区、管道等。程序功能上模拟了取款机上的取款.转帐.修改密码一些功能。客户端进行操作,操作记录将在服务器端显示。
udptalk
- 一个采用UDP传输的LINUX下的例子,对理解网络编程非常有好处
linux系统下用C程序实现Ping功能
- linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
MySniffer
- 一个linux下的网络嗅探程序,使用libpcap和libnet库来进行开发。同时附带有作者的说明文档,更加方便学习理解。在ubuntu下编译运行通过。-A network sniffer program under linux, using libpcap and libnet libraries for development. Meanwhile documentation comes with the author, more convenient and study to unders
Static Router
- 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
demo_uas
- linux下的voip服务端uas的代码,有助于理解sip,希望对研究人员有用-voip under linux server uas the code helps to understand the sip, the researchers hope to be useful
pop3c.c
- linux下解析pop3本文的一个示例代码,有助于加深对pop3协议的理解-pop3 under linux this article an analytical sample code, help to deepen the understanding of the pop3 protocol
thread.tar
- 这个对linux的线程的理解有一定的帮助-The right understanding of linux threads is certainly helpful! ! !
pipe.tar
- 这个对理解linux的管道通信有帮助-The communication channel for understanding the linux help
Understanding-of-LINUX-kernel-
- 深入理解LINUX内核(中文版),对英文不好的朋友有很大帮助-The further understanding of LINUX kernel (Chinese version)
Understanding-linuxNetworkInternals
- 深入理解linux网络技术内幕,中文版,影印版的图片,前二百页-Understanding Linux Network Internals By Christian Benvenuti ,ebook,
shenrulijielinuxwangluojishuneimu
- 深入理解linux网络技术内幕,影印版图片,200-400页-Understanding Linux Network Internals By Christian Benvenuti page200-400,ebook pictures
linux系统下用C程序实现Ping功能
- linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp/ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
LINUX
- 里面包含了linux 多线程和socket编程的实例 可以从中理解多线程以及socket的方法-linux socket pthread
chat
- linux下网络聊天室,采用socket网络编程,对于理解linux网络编程很有启发意义-Internet chat rooms under linux, using socket network programming, network programming is useful for understanding the linux instructive
socket
- 一个简单的服务器端和客户端的通信,它是在linux系统下写的,代码比较简单,可以容易地理解linux下TCP通信原理。-A simple communication server and client, it is written in the linux system, the code is relatively simple and can be easily understood TCP communication theory under linux.
add-linux-syscall-2.6.33
- 在linux系统中添加系统调用,增加对linux内核实现机制的认识与理解-linux syscall
chat_system
- 开发环境: C++,Linux 平台。 项目描述: 首先利用 UDP 协议,创建客户端和服务端,然后利用 JSON 库对数据进行封装,进 而实现对数据的传输,最后通过 NCURSES 库绘制窗口,实现界面化。 相关知识: 线程的运用,STL 容器的运用,第三方库 NCURSES、 JSON 的运用。 项目收获: 了解到了聊天系统的原理,加深了对网络数据传输的理解(Please have a look at Chinese)
linux-1.2.13.tar
- tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)