Very simple DHCP server written in Python.
Project description
Simple DHCP Server
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.
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.
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.csvfile. - can be configured to serve all DHCP options using Python
Please refer to the official website.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_dhcp_server-1.0.5.tar.gz.
File metadata
- Download URL: simple_dhcp_server-1.0.5.tar.gz
- Upload date:
- Size: 695.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99a38df8215408c4b8483699d4a08e22da7313511a61ee50a757943183b1b0f7
|
|
| MD5 |
25b24b3142aebe3e29c11bc2740f5104
|
|
| BLAKE2b-256 |
f8792740358fbbff6033824b467c9c9b5ab5f3dd126387727611b6578f47e4e0
|
File details
Details for the file simple_dhcp_server-1.0.5-py3-none-any.whl.
File metadata
- Download URL: simple_dhcp_server-1.0.5-py3-none-any.whl
- Upload date:
- Size: 396.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa1c1caad6280209df71d55e0039a7552eeb13645d56968d6433db3e4a3d07f2
|
|
| MD5 |
3215bae089940bacccd1534517aafac1
|
|
| BLAKE2b-256 |
186cfd41ccf78e591ec9ba7e77aac8210bb83924a869eb79f46cd0d601b233d4
|