搜索资源列表
anti_sniff_v1-1-2.tar.gz
- 一个Unix/Linux的反网络侦听的程序
NetTools.rar
- 一个Linux下网络开发工具源码
libnids-1[1].16.tar
- 基于TCP/IP协议的网络入侵检测系统是在Linux平台下,充分利用Linux的网络特性来设计的网络安全防御系统的一部分。在完全理解TCP/IP通讯协议的基础上来开发基于网络的入侵检测系统,它主要包括以下几个部分:数据包拦截器,数据包分析器,数据包生成器,远程通讯控制模块,集中管理模块等。 关键字:入侵检测系统,网络安全,协议分析,网络入侵检测系统- Based on the TCP/IP agreement network invasion examination system is und
nettest
- LINUX套接字网络编程的小代码!-LINUX sleeve joint character network programming small code!
net-tools-1.52.tar
- Linux下网络相关工具源代码。-Linux network correlation tool source code.
libpcap-0.8.3.tar
- 用C语言实现的一套网络抓包库,支持多个系统平台,如Windows, Linux等。-using the C language for capturing Packet networks, systems support multiple platforms, such as Windows, Linux, etc..
libnet-1.11.tar
- Linux下最好的网络发包函数库。支持多种网络协议格式的数据包的封装,功能全面。-Linux best network contracting libraries. Support for multiple network protocol format of data packets package, full functions.
WinCap
- winpcap源代码,和linux下的libpcap相对应,是tcpdump的网络底层抓包程序-a source code of winpcap,as to libcap in linux.it can capture the data of the low layer of network
netcat-0.7.1.tar
- netcat,一个功能强大但很小的网络工具,这是他的源代码。linux环境下安装即可。-Netcat, a small but powerful network tool, which is the source code. Linux environment can be installed.
socket_linux_mfc
- Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
elphel_C303.3.2.6.tar
- linux平台上的开放源代码的网络摄像机程序.实现视频捕捉,传输以及云台控制等.非常具有参考价值.-A kind of webcam program on linux platform. The function is grabbing, transmitting, control and etc. It has great value.
QT在Linux网络通信
- 有服务端,非常好的例子,测试过跑的通,有多线程。
QT在Linux网络通信3
- 有服务端和客户端,非常好的例子,测试过跑的通发送的是QString。
QT在Linux网络通信4
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
QT在Linux网络通信5
- 有服务端和客户端,非常好的例子,测试过跑的通,非常好的数据结构。
QT在Linux网络通信6
- 有服务端和客户端,非常好的例子,测试过跑的通6。
Linux网络通信7
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为