Python DHCP Server
This Python DHCP server
- shows clients in the network
- lists IP address, Mac address and host name
- highlights recently refreshed/added clients
- assigns IP addresses 10 seconds later than usual DHCP servers
- remembers addresses in the `hosts.csv` file.
- can be configured to serve all DHCP options using Python
For Windows you can download [python_dhcp_server_standalone.zip](https://github.com/niccokunzmann/python_dhcp_server/releases/download/0.3/python_dhcp_server_standalone_0.3.zip).
Under Linux you can download the [source code](https://github.com/niccokunzmann/python_dhcp_server/archive/0.3.tar.gz) and install Python 3 and Tkinter for Python 3:
sudo apt-get install python3 idle-python3