Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 825 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 825 Bytes

Python DHCP Server

Download

This is a purely Python DHCP server that does not require any additional libraries or installs other that Python 3.

It was testet under Ubuntu 14 with Python and Windows 7. It does not use any operating system specific Python functions, so it should work when Python 3 works.

images/dhcpgui.png
dhcpgui lists MAC address, IP address and host name.

This DHCP server program will assign IP addresses ten seconds after it received packets from clients. So it can be used in networks that already have a dhcp server running.

Contributions welcome!

Related Work