搜索资源列表
DHCP群拨工具(MDCS)_可运行
- 一个对网络设备开发很有用的DHCP客户端并发/*工具,可以在一台计算机上模拟运行很多个DHCP客户端来测试网络设备的DHCP服务器的性能。-one pair of network devices very useful with DHCP client / mass tool in a computer simulation running on many DHCP client to test network equipment DHCP server performance.
dhcp-4.0.0a2.tar
- DHCP client source code
UIP1.0 DHCP
- DHCP CLIENT 线程处理
dhcp-3.1.3.tar.gz
- ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
dhcp-latest.tar.gz
- open source dhcp server client etc...,open source dhcp server client etc...
dhcpc
- Linux下DHCP Client的实现。-DHCP Client under Linux achieved.
DHCP
- 一个实现DHCP客户端的示例代码,可以发送和接受DHCP请求。-A DHCP client to achieve the sample code, you can send and receive DHCP requests.
DHCP
- (1)Optionen----Einstellungen----DHCP--{ DHCP/BOOTP 打钩 DHCP Client 打钩 (2)Optionen----Einstellungen----TFTP--{ 修改目录为 光盘盘符\TFTPBOOT (3)Nicht auf Best? 打钩 (4)如果你的LAN不是192.168.1.X 那么你可能需要设置 Optionen-
dhcpc
- vxworks下dhcp client的实现 -vxworks implementation of the dhcp client
dnsclientlinux
- an implementation of a dns client in c, linux using sockets. you can find hosts or ip addresses or other information.
dhcpclient
- This program describes how a dhcp client will work.
DHCP
- 动态主机配置协议(DHCP)是用来自动给客户机器分配 TCP/IP 信息的网络协议。每个 DHCP 客户都连接到中央位置的 DHCP 服务器,该服务器会返回包括 IP 地址、网关和 DNS 服务器信息的客户网络配置-Dynamic Host Configuration Protocol (DHCP) is used to automatically allocated to the client machine TCP/IP network protocol information. Each
PasywnyKlient2
- Passive DHCP Client. Sending current IP to server using PHP scr ipt. Server addres in config file.
qianrudhcp
- 详细分析了嵌入式系统DHCP客户端协议的实现原理,给出了详细的协议状态变迁图,对Rabbit2000嵌入式系统DHCP客户端协议进行了改进,引入了新的服务器DHCPOFFER响应选择策略,并给出了实现代码-A detailed analysis of the embedded system DHCP client protocol implementation of the principle of the agreement gives a detailed state transition
dhcpcd
- dhcp功能进程模块源程序 for linux(client) http://www.phystech.com/download/dhcpcd.html-dhcp source code for linux (client) http://www.phystech.com/download/dhcpcd.html
DHCP
- 常见的小型网络中(例如家庭网络和学生宿舍网),网络管理员都是采用手工分配IP地址的方法,而到了中、大型网络,这种方法就不太适用了。在中、大型网络,特别是大型网络中,往往有超过100台的客户机,手动分配IP地址的方法就不太合适了。DHCP(DynamicHostConfigurationProtocol)为我们解决了这一难题. -Common small networks (such as home networking and student dormitory network), networ
dhcp-agent
- dhcp agent端的程序源代码,能实现dhcp relay功能-dhcp agent-side source code, to achieve dhcp relay function
DHCP-Client-API
- DHCP 客户端接口,实现DHCP Request处理和事件通知-DHCP Client API
dhcp (1)
- DHCP 相关代码,对编写DHCP Client和Dhcp Server有帮助(DHCP Code,it is helpful for someone who care of dhcp client server)
DHCP C代码
- DHCP客户端和服务器代码实现,对编写DHCP协议代码有帮助