cit1zen / dhcp-client

A simple DHCP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple DHCP client


Languages

Language:C 98.8%Language:Makefile 1.2%