搜索资源列表
namenip003
- 本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables-this program is a module, the use o
sourcesocket.rar
- socket program by gcc for linux,socket program by gcc for linux
Hilos
- Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
Desktop
- 本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
UDP_echo_Linux
- Linux下实现UDP自动聊天程序,源程序包括客户端和服务器端,保证能够正确运行,用gcc编译一下即可-Under Linux automatically UDP chat program, including client and server-side source code, to run correctly, what can be compiled with gcc
gcc-4.7-armhf-cross_1.81.tar
- GCC源代码,进一步深入告诉你gcc的源代码的工作原理,有利于进一步理解程序的书写-GCC source code for linux under the procedures for the preparation, to facilitate program writing.
sniffer
- 在 LINUX 系统环境下通过Raw Socket 编程,设计实现局域网嗅探程序,环境:VMware Workstation 6.0,RED Hat 9.0,vi 编辑器或gedit 文本编辑器,gcc 编译环境,局 域网环境-IN LINUX environment through Raw Socket programming, design LAN sniffer program, the environment: VMware Workstation 6.0, RED Hat 9.0,
sniffer
- Linux下的sniffer程序,可以监听所有80端口的数据包,可以通过修改源码的过滤规则来指定监听一个IP,使用gcc sniffer -o sniffer -l pcap来编译文件,若没有libpcap,在网上下载,readhat自带有libpcap-Linux under the sniffer program, you can monitor all packets on port 80, you can modify the source code to specify filteri
tcpCTRL
- 一个简单的TCP远程控制程序,在Linux上实现,GCC编译。-A simple TCP remote control program on the Linux implementation, GCC compiler.
NO9
- 多路IO复用实现的并发服务器程序,在Linux上实现,GCC编译。-IO multiplexing multiple concurrent server program realization, implemented on Linux, GCC compiler.
mySniffer
- 一个在Linux上实现的网络嗅探器程序,用C语言写的,GCC编译。-Implemented on a Linux network sniffer program, written in C language, GCC compiler.
udp_server
- 基于udp的服务器程序!在linux上运行,通过gcc编译!-Udp-based server program! On linux run through the gcc compiler!
stuproject
- linux下的学生管理系统,用vi编辑器编写,Gcc编译,可实现老师、学生、管理员登陆。-Based on Qt minesweeper, written in c++ program can be run directly.
tcp_test
- linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
udp_simplechat_C
- 简易版的基于UDP的linux下的聊天程序,纯C语言,直接GCC编译运行,默认是本地IP,若要与另一台机器通信改下对应IP即可,适合初学者-Simple version of the Linux based UDP chat program, pure C language, GCC compiler directly run, the default is the local IP, if you want to communicate with another machine to chan
socket
- 此程序实现了linux和Windows关于tcp通信的测试程序,linux上用gcc 编译服务器端的程序,在Windows用qt编写了客户端的程序,在窗口界面上输入ip地址和端口号即可实现linux和Windows关于tcp的通信。-Compile server-side program, in Windows with qt prepared a client program, in the window interface, enter the ip address and port n