Welcome![Sign In][Sign Up]
Location:
Search - dhcp-3.0.7

Search list

[Exploitnetsafe1111--5

Description: 《网络安全开发包详解》 第5章 数据包构造和发送开发包Libliet 5.1 Libnet介绍 5.1.1 Libnet的由来 5.1.2 Libnet的作用 5.2 Libnet的组成 5.2.1 文件 5.2.2 函数构成 5.2.3 协议部分 5.2.4 Libnet的安装 5.3 Libnet数据结构 5.3.1 常量 5.3.2 协议头的数据结构 5.3.3 核心数据结构 5.4 Libnet函数 5.4.1 核心函数 5.4.2 地址函数 5.4.3 数据包构造函数 5.4.4 数据包发送函数 5.4.5 高级处理函数 5.4.6 Libnet句柄队列操作函数 5.4.7 辅助函数 5.5 使用Libnet的开发流程 5.5.1 初始化 5.5.2 构造数据包 5.5.3 数据包检测和发送 5.6 使用Libnet开发包 5.6.1 构造ARP数据包 5.6.2 构造IP数据包 5.6.3 构造TCP数据包 5.6.4 构造UDP数据包 5.6.5 构造ICMP数据包 5.6.6 构造BGP数据包 5.6.7 构造DHCP数据包 5.6.8 构造多个数据包 5.7 小结
Platform: | Size: 5802 | Author: 12345678 | Hits:

[Windows Developdhcp-3.0.7.tar

Description: 动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!
Platform: | Size: 888829 | Author: siting | Hits:

[Linux-Unixdhcp-4.0.0.tar

Description: 最新的LINUX平台上的DHCP服务器|客户端|代理-The latest LINUX platform DHCP server | client | Agent
Platform: | Size: 1043456 | Author: rb | Hits:

[Windows Developdhcp-3.0.7.tar

Description: 动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!-Dynamic host address assignment client source code! Is run by LINUX under, WINDOWS is still under testing! From the test is completed to everyone!
Platform: | Size: 888832 | Author: siting | Hits:

[Internet-Networkdhcp-3.1.2p1.tar

Description: Linux DHCP 服务器: dhcp-3.0.7.tar.gz dhcp.tar.gz 安装源码-In this paper, the basic concept and routers classification method. On this basis, focusing on IPv6 technology, to improve the throughput of router technology, programmable ASIC technology, VPN, QoS, MPLS technology, multicast technology, network management technology, and other relevant eight and routers new technologies conducted a comprehensive analysis of the development of these technologies made a highly summarized and concluded.
Platform: | Size: 792576 | Author: houteng | Hits:

[DSP programNDK_network

Description: DM642的网络开发。这个是网络传输的例程,基于NDK1.7的client 例子, 可以运行在VMD642开发板上。 1、需要首先安装NDK1.7 2、client.pjt工程文件在evmdm642目录里 3、工程运行后,在stdout窗口中会显示出当前板卡的IP地址。 缺省的采用固定IP地址:192.168.1.107 你可以修改这个地址,如果是DHCP方式,请改为0.0.0.0 4、工程运行后,可以用winapps里的客户端例程来测试,请在dos prompt里运行 比如运行 echoc 192.168.1.107,你就能看到网络收发数据,对应的服务器程序在 client里的echosrv.c 5、支持web浏览,可以在IE里输入板卡的IP地址来访问 -DM642 web development. This is the network transmission routines, based on client examples NDK1.7 of Can run VMD642 development board. 1, you need to first install NDK1.7 2, client.pjt project file directory in evmdm642 3, after the project is running in the stdout window displays the current IP address of the board. The default fixed IP address: 192.168.1.107 You can modify this address, if it is DHCP, please read 0.0.0.0 4, after the project is running, you can use winapps in client routines to test, run in dos prompt in Such as running echoc 192.168.1.107, you will be able to see the network to send and receive data, the corresponding server program client in the echosrv.c 5, support for web browsing, you can enter the IP address of the card to access in IE
Platform: | Size: 22025216 | Author: 晨星 | Hits:

[Internet-NetworkLinux_server

Description: Linux 各种服务部署说明,详细介绍了1、搭建telnet服务器 2、搭建DHCP服务器 3、搭建DNS服务器 4、搭建sendmail服务器 5、搭建FTP服务器 6、搭建web服务器 安装 apache tomcat 7、搭建samba服务器 创建过程和配置优化-Linux services deployment instructions, detailing a build telnet server 2, 3 built DHCP server, DNS server set up 4, 5 build sendmail server, FTP server 6 build, build a web server installed apache tomcat 7, set up samba server creation process and configuration optimization
Platform: | Size: 235520 | Author: 云开日出 | Hits:

[SCM网络通信实验

Description: 硬件资源: 1,DS0(连接在PF9),DS1(连接在PF10) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 5,LAN8720(通过RMII接口驱动) 实验现象: 本实验开机后,程序初始化LWIP,包括:初始化LAN8720A、申请内存、开启DHCP服务、添加并打开 网卡,然后等待DHCP获取IP成功,当DHCP获取成功后,将在LCD屏幕上显示DHCP得到的IP地址,如 果DHCP获取失败,那么将使用静态IP(固定为:192.168.1.30),然后开启Web Server服务,并 进入主循环,等待按键输入选择需要测试的功能: KEY0按键,用于选择TCP Server测试功能。 KEY1按键,用于选择TCP Client测试功能 KEY2按键,用于选择UDP测试功能(Experimental equipment: Explorer STM32F4 development board Objective: Learn the use of STM32F4 network function, and combine LWIP to learn network communication. Hardware resources: 1, DS0 (connected to PF9), DS1 (connected to PF10) 2, serial port 1 (baud rate: 115200, PA9/PA10 connection on board USB to serial port chip CH340). 3 inch TFTLCD ALIENTEK, 2.8/3.5/4.3/7 module (via FSMC driver, FSMC_NE4 LCD chip select /A6 RS) 4, the key is KEY0 (PE4) /KEY1 (PE3) /KEY2 (PE2) /KEY_UP (PA0, also known as WK_UP). 5, LAN8720 (driven by RMII interface))
Platform: | Size: 2495488 | Author: ck_xiaofei | Hits:

[Communication-MobileW5100S+STM32(keil)例程

Description: 如何基于STM32来驱动W5100S的芯片,例程含有: 1,ARP&PING 2,DHCP 3,DNS 4,FTP_Client 5,HTTP_Server 6,IPRAW 7,MACRAW 8,NTP 9,PHYPoerDown 10,SNMP 11,TCPC 12,TCPS 13,TFTP_Client 14,UDP 15,UDP -Multicast 16,WOL(How to use the Ethernet chip,such as W5100S, 1,ARP&PING 2,DHCP 3,DNS 4,FTP_Client 5,HTTP_Server 6,IPRAW 7,MACRAW 8,NTP 9,PHYPoerDown 10,SNMP 11,TCPC 12,TCPS 13,TFTP_Client 14,UDP 15,UDP -Multicast 16,WOL)
Platform: | Size: 67720192 | Author: Gavinchiong | Hits:

CodeBus www.codebus.net