A very simple dhcp server implemented with C
- 资源大小:37.24 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
Features:
1. Only for Linux
2. Can allocate IP, no dhcp relay
3. Can customize the IP allocator(in ip_allocator.c)
4. Current IP are record in sqlite file, you need provide the mac-ip pair in the db file.
文 件 列 表
simple-dhcp-server
.git
network_config
dhcp_log.c
dhcp_server.c
Makefile
dhcp_packet.h
dhcp_log.conf
dhcp_server.conf
dhcp_server.h
ip_allocator.c
dhcp_packet.c
dhcp_log.h