Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 262 Bytes

readme.md

File metadata and controls

7 lines (7 loc) · 262 Bytes

Simple Qt Based DHCP server library

Simple DHCP server. Can handle minor options. Might work on Windows and Linux. Be sure you have access to ports 67 and 68. Which are being used for DHCP.

Build

mkdir build
cd build
cmake ..
cmake --build .