搜索资源列表
dhcp-2.0pl5
- DHCP动态IP获取的源代码,包括服务器和客户端,都是C语言开发的-DHCP dynamic IP access to the source code, including server and client, is a C-language development
DHCPServerLinux
- Linux下的DHCP服务器程序源代码, 实现DHCP Server端协议-DHCP server under Linux source code to achieve DHCP Server client agreement
dnsclientlinux
- an implementation of a dns client in c, linux using sockets. you can find hosts or ip addresses or other information.
dhcp-agent
- dhcp agent端的程序源代码,能实现dhcp relay功能-dhcp agent-side source code, to achieve dhcp relay function
dhcplinux
- linux 下DHCP客户端的源码,采用C语言编写-DHCP client under linux source code, using C language
dhcpcd-5.2.12
- DHCP客户端c++实现,可以模拟dhcp发包,包括协议解析和ip地址分配-DHCP client c++ implementation can be simulated dhcp contract, including protocol analysis and the ip address assignment
DHCP-Treaty-C
- 详细介绍DHCP协议的原理和应用,对编写DCHP服务器或客户端的软件有很大帮助。-Detailed introduction DHCP protocol principle and application, to write DCHP server or client software has very great help.
DHCP client
- Windows,Visual 6,C/C++,源码Windows,Visual 6,C/C++,源码Windows,Visual 6,C/C++,源码Windows,Visual 6,C/C++,源码Windows,Visual 6,C/C++,源码Windows,Visual 6,C/C++,源码
NDK_network
- 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里的客户端例程来测试,请在
DHCP C代码
- DHCP客户端和服务器代码实现,对编写DHCP协议代码有帮助