udhcp-0.9.8

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:58KB
下载次数:104
上传日期:2007-10-26 16:12:17
上 传 者skycooeyou
说明:  准对嵌入式系统的DHCP源码包:udhcp较为稳定的版本,并且是学习的好东西
(Associate of embedded system DHCP source packages: udhcp more stable version, and is learning good things)

文件列表:
udhcp-0.9.8\udhcp-0.9.8\samples\sample.bound (588, 2002-05-27)
udhcp-0.9.8\udhcp-0.9.8\samples\sample.deconfig (77, 2001-08-07)
udhcp-0.9.8\udhcp-0.9.8\samples\sample.nak (68, 2002-09-19)
udhcp-0.9.8\udhcp-0.9.8\samples\sample.renew (588, 2001-08-07)
udhcp-0.9.8\udhcp-0.9.8\samples\sample.script (271, 2002-09-19)
udhcp-0.9.8\udhcp-0.9.8\samples\simple.script (801, 2002-09-19)
udhcp-0.9.8\udhcp-0.9.8\samples\udhcpd.conf (2850, 2002-05-27)
udhcp-0.9.8\udhcp-0.9.8\.cvsignore (29, 2002-01-17)
udhcp-0.9.8\udhcp-0.9.8\AUTHORS (270, 2002-09-18)
udhcp-0.9.8\udhcp-0.9.8\COPYING (17982, 2000-08-01)
udhcp-0.9.8\udhcp-0.9.8\ChangeLog (8940, 2002-11-01)
udhcp-0.9.8\udhcp-0.9.8\Makefile (2366, 2002-11-01)
udhcp-0.9.8\udhcp-0.9.8\TODO (558, 2002-11-01)
udhcp-0.9.8\udhcp-0.9.8\arpping.c (2901, 2002-08-28)
udhcp-0.9.8\udhcp-0.9.8\arpping.h (894, 2002-04-03)
udhcp-0.9.8\udhcp-0.9.8\clientpacket.c (7393, 2002-11-01)
udhcp-0.9.8\udhcp-0.9.8\clientpacket.h (515, 2001-08-11)
udhcp-0.9.8\udhcp-0.9.8\debug.h (928, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\dhcpc.c (15077, 2002-10-19)
udhcp-0.9.8\udhcp-0.9.8\dhcpc.h (932, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\dhcpd.c (7843, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\dhcpd.h (3959, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\dumpleases.1 (635, 2002-05-27)
udhcp-0.9.8\udhcp-0.9.8\dumpleases.c (2571, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\files.c (7276, 2002-09-18)
udhcp-0.9.8\udhcp-0.9.8\files.h (256, 2002-09-18)
udhcp-0.9.8\udhcp-0.9.8\frontend.c (344, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\leases.c (3616, 2002-08-28)
udhcp-0.9.8\udhcp-0.9.8\leases.h (676, 2002-08-28)
udhcp-0.9.8\udhcp-0.9.8\libbb_udhcp.h (432, 2002-09-21)
udhcp-0.9.8\udhcp-0.9.8\options.c (6267, 2002-05-24)
udhcp-0.9.8\udhcp-0.9.8\options.h (968, 2002-03-23)
udhcp-0.9.8\udhcp-0.9.8\packet.c (5366, 2002-08-28)
udhcp-0.9.8\udhcp-0.9.8\packet.h (968, 2002-04-03)
udhcp-0.9.8\udhcp-0.9.8\pidfile.c (1595, 2001-10-02)
... ...

udhcp server/client package readme ------------------------- The udhcp server/client package is primarily geared towards embedded systems. It does however, strive to be fully functional, and RFC compliant. compile time options ------------------- The Makefile contains three of the compile time options: DEBUG: If DEBUG is defined, udhcpd will output extra debugging output, compile with -g, and not fork to the background when run. SYSLOG: If SYSLOG is defined, udhcpd will log all its messages syslog, otherwise, it will attempt to log them to stdout. COMBINED_BINARY: If COMBINED_BINARY is define, one binary, udhcpd, is created. If called as udhcpd, the dhcp server will be started. If called as udhcpc, the dhcp client will be started. dhcpd.h contains the other two compile time options: LEASE_TIME: The default lease time if not specified in the config file. DHCPD_CONFIG_FILE: The defualt config file to use. options.c contains a set of dhcp options for the client: name[10]: The name of the option as it will appear in scripts flags: The type of option, as well as if it will be requested by the client (OPTION_REQ) code: The DHCP code for this option busybox drop-in -------------- udhcp is now a drop-in component for busybox (http://busybox.net). To update busybox to the latest revision, simply do a: cp *.[ch] README AUTHORS COPYING ChangeLog TODO \ /networking/udhcp The only two files udhcp does not provide are config.in and Makefile.in, so these may need to be updated from time to time.

近期下载者

相关文件


收藏者