Welcome![Sign In][Sign Up]
Location:
Search - kernel udp

Search list

[assembly languageK083.ZIP

Description: 国外 Menuet OS 内核(包括各种驱动TCP UDP VGA Ethernet等),最重要的是全是用汇编实现的,牛吧!-abroad Menuet OS kernel (including VGA driver Ethernet TCP UDP etc.), the most important of all is the compilation of achievement, cattle!
Platform: | Size: 174117 | Author: 欠收自补 | Hits:

[Otherudplite_linux.tar

Description: udp-lite for upd lite linux kernel
Platform: | Size: 537079 | Author: joe | Hits:

[assembly languageK083.ZIP

Description: 国外 Menuet OS 内核(包括各种驱动TCP UDP VGA Ethernet等),最重要的是全是用汇编实现的,牛吧!-abroad Menuet OS kernel (including VGA driver Ethernet TCP UDP etc.), the most important of all is the compilation of achievement, cattle!
Platform: | Size: 174080 | Author: 欠收自补 | Hits:

[Otherudplite_linux.tar

Description: udp-lite for upd lite linux kernel
Platform: | Size: 536576 | Author: joe | Hits:

[TCP/IP stackEthernettoDSP-BasedSystems

Description: An ever-increasing number of appliances incorporate Ethernet connectivity. With the popularity of the Internet, IP protocol connectivity is required in many applications. In this application note we present a functional structure for an Ethernet driver and a mini IP/UDP stack thatcan be incorporated in any Internet appliance. This driver structure is flexible to allow for hardwarechanges (changing the Ethernet chip) with minimal code changes. We suggest someimplementation constructs using DSP/BIOS kernel objects. We also highlight the advantagesof using the DSP/BIOS objects to solve certain problems as opposed to a structure without an operating system.
Platform: | Size: 86016 | Author: ZHAO XUE QING | Hits:

[Linux-Unixkernel_socket

Description: socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
Platform: | Size: 18432 | Author: 蒋荣欣 | Hits:

[Internet-NetworkLinux_Network_Administrators_Guide

Description: Linux network administrators guide. It Covers UUCP, TCP/IP, UDP, IPX protocols. Kernel configuration issues, accounting, NIS and NFS.
Platform: | Size: 1504256 | Author: anonymous | Hits:

[Internet-NetworkA_Great_Protocol_Analyser_ProtocolAnalyser

Description: C++写的网络程序和协议分析开发框架,支持自定义协议分析,包括基于IP的协议(如TCP, UDP, etc.), 和电信协议(如MTP3, ISUP, TUP, etc.), 。-Protocol analyser is a protocol analyse tool for parsing and displaying received binary data package. With an easy-to-use interface and programmable kernel, it can support a variety of protocols such as IP based protocols (TCP, UDP, etc.), Telecommunication protocols (MTP3, ISUP, TUP, etc.), or you can define new custom decoders of non-standard or rare protocols.
Platform: | Size: 150528 | Author: liuxing | Hits:

[Internet-NetworkSharpPcap-3.0.0.bin

Description: SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发。提供了捕获、注入、分析和构建的功能,适用于 C# 和 VB.NET 开发语言。-The purpose of SharpPcap is to provide a framework for capturing, injecting and analyzing network packets for .NET applications. The following list illustrates the features currently supported by SharpPcap: Single assembly for Microsoft .NET and Mono platforms on Windows (32 or 64bit), Linux (32 or 64bit) and Mac. High performance- SharpPcap can capture fast enough to keep up with+3MB/s scp transfer rates WinPcap extensions are partially supported Setting the kernel buffer size Injecting packets using send queues Collecting network statistics on a given network interface Enumerating and showing details about the physical network interface on a Windows machine. Capturing low-level network packets going through a given interface. Analyzing and parsing the following protocols: Ethernet, ARP, IP (IPv4 and IPv6), TCP, UDP, ICMP, IGMP. Injecting low-level network packets on a given interface. Handling (reading and writing) offline packet capture files. Retrieving ad
Platform: | Size: 148480 | Author: liuxing | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:

[Linux-UnixLinux-Network-Programming

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应用层网络服务程序、TCP编程、主机信息获取、数据IO复用、UDP编程、高级套接字、套接字选项、原始套接字、服务器模型、IPv6、Linux内核网络部分结构及分布、netfilter框架内报文处理。为了方便读者学习,《Linux网络编程》最后一个部分介绍了3个综合案例,包括应用层的Web服务器例子、简单的应用层网络协议站例子和内核层网防火墙的例子。 -"Linux Network Programming" Introduction: Linux is the most popular open source operating systems, network functionality in Linux, occupies the core position. "Linux Network Programming" step by step from the application layer to the Linux kernel, the basic knowledge from the point to the integrated case, the readers how to network programming under Linux. "Linux Network Programming" is divided into four parts: Linux part of program design, Linux user space part of network programming, Linux kernel network programming and integrated case some part. Includes an overview of Linux system, Linux programming environment, Linux File System Introduction, Linux processes and threads under, TCP/IP protocol suite, application layer network services program, TCP programming, host information access, data IO Multiplexing, UDP programming, advanced socket, socket option, the original socket, server model, IPv6, Linux kernel network part of the structure and distribution, netfilter framework of mess
Platform: | Size: 1734656 | Author: chinq | Hits:

[TCP/IP stackKTDI

Description: ktdi的例子,封装成ksocket可以在内核使用socket进行网络通讯(tcp/udp)-ktdi example, can be packaged as ksocket socket in the kernel to use for network communication (tcp/udp)
Platform: | Size: 92160 | Author: 顺口溜 | Hits:

[SCMuip1

Description: 单片实现以太网功能的源代码,UIP1.0, uip已经实现了TCP服务端,内核已经预留UDP协议,需要自己修改部分代码。-The single-chip Ethernet function of the source code, UIP1.0, uip has achieved a TCP server, the kernel have been earmarked for the UDP protocol, you need to modify some code.
Platform: | Size: 969728 | Author: TANGWUBING | Hits:

[Internet-NetworkUDP-Test

Description: file udp for kernel 2.6.13 board tq2440
Platform: | Size: 1024 | Author: mehdi | Hits:

[OS programSockMon

Description: 该软件采用了很多未成熟的内核驱动技术,可能会导致系统的不稳定,甚至会出现蓝屏死机的情况。 请确保软件运行在干净的,无杀毒软件的XP系统下 有条件的的情况下,作者强烈建议将该软件运行在XP虚拟机下 运行时请确保重要文件已经保存,且没有重要程序被打开 使用驱动杀进程功能时尽量使用熟悉的软件进行测试,不要误杀系统重要进程 本人开发了两个测试程序(UDP,TCP)可以供软件进行测试-The software uses a the many immature kernel driver technology, may lead to system instability, and there may even be the case of the Blue Screen of Death. Please ensure that the software runs on clean, free antivirus software XP system conditional case, the authors strongly recommend the software running on the XP virtual machine running make sure important files have been saved, and no important programs are open to use using familiar software to make the drive to kill the process function test, not manslaughter important process of the system I developed two test procedures (UDP, TCP) can be used for software testing
Platform: | Size: 6429696 | Author: Kain | Hits:

[Internet-Networklinuxnetworkprogram

Description: linux网络编程tcp,udp,server源代码,学习的好东西,注意是2.6的内核-linux network programming tcp, udp, server source code, a good thing to learn, pay attention to the 2.6 kernel
Platform: | Size: 8192 | Author: | Hits:

[Linux-Unixxt_multiport

Description: Kernel module to match one of a list of TCP/UDP(-Lite)/SCTP/DCCP ports: ports are in the same place so we can treat them as equal for linux.
Platform: | Size: 2048 | Author: voumoking | Hits:

[OtherGNU-Linux-Program

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具。然后在库函数、系统调用以及核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套拉口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Windows、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。 -Book is a comprehensive and in-depth introduction to GNU/Linux programming. First introduced on Linux programming essential programming tools. Then in the library functions, system calls, and elaborated on Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast sets of network programming, including pull-mouth knowledge graphical interface is also key elements of the book, this book focuses on tells the story of the text in the form of graphical interface library ncurses also separately to explain the true prevalence of graphical system X Windows, Qt, GNOME and OpenGL primitive programming methods finally introduced Bash programming and device driver programming.
Platform: | Size: 14529536 | Author: Bob | Hits:

[Linux-Unixxt_multiport

Description: Kernel module to match one of a list of TCP UDP(-Lite) SCTP DCCP ports: ports are in the same place so we can treat them as equal.
Platform: | Size: 2048 | Author: linvingyen | Hits:

[Linux-Unixsubr_kudp

Description: Linux Device Driver: Subroutines to do UDP IP sendto and recv in the kernel.
Platform: | Size: 1024 | Author: ttzengjp | Hits:
« 12 »

CodeBus www.codebus.net