# dhcp-client **Repository Path**: byzihao/dhcp-client ## Basic Information - **Project Name**: dhcp-client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-07 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README dhcp-client =========== A simple DHCP client written in 500 lines of C code. Uses pcap library to read/write packets on the network interface. This program sends out DHCP DISCOVER packet on the given interface and waits for DHCP OFFER. It works on Linux and FreeBSD.