# dhcp4j **Repository Path**: bkywt/dhcp4j ## Basic Information - **Project Name**: dhcp4j - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-01 - **Last Updated**: 2021-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://shevek.github.io/dhcp4j/docs/javadoc/) 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`