dhcp4j icon indicating copy to clipboard operation
dhcp4j copied to clipboard

A Java DHCP server and protocol handler

dhcp4j

A Java DHCP server and protocol handler.

This code originally came from the ApacheDS project, and the objective is to give it a complete overhaul into a modern, correct and complete DHCP implementation.

The JavaDoc API is available.

For UDP: sudo setcap 'cap_net_bind_service=+ep' readlink -f /usr/bin/java For raw: sudo setcap 'cap_net_bind_service,cap_net_raw+ep' readlink -f /usr/bin/java