Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 465 Bytes

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