Skip to content

Releases: niccokunzmann/python_dhcp_server

0.9

21 May 23:38
Compare
Choose a tag to compare
  • add icon to exe file
  • add icon to application
  • add flatpak build metadata

0.8

21 May 19:03
Compare
Choose a tag to compare
0.8
  • Make test field expandable
  • Show error message if DHCP port cannot be accessed

0.7

21 May 14:14
Compare
Choose a tag to compare
0.7
  • Prevent duplicate assignment of IP addresses
  • Add sliders to the GUI

grafik

0.6

30 Jun 13:59
Compare
Choose a tag to compare
0.6
  • fixed #12
  • desktop file for linux
  • documentation improvements

Version 0.5: Merge pull request #10 from greggzj/master

19 Jun 08:30
a05f114
Compare
Choose a tag to compare
  • Update dhcp.py and propose another solving method regarding to issue #7

0.4: Merge pull request #8 from vitormhenrique/master

15 Jun 07:53
58e9b01
Compare
Choose a tag to compare
Update dhcp.py

Version 0.3

27 Oct 19:08
Compare
Choose a tag to compare

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.
Under Linux you can download the source code and install Python 3 and Tkinter for Python 3:

sudo apt-get install python3 idle-python3

Version 0.2

26 Mar 19:50
Compare
Choose a tag to compare

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 ips.csv file.
  • can be configured to serve all DHCP options using Python

For Windows you can download python_dhcp_server_standalone.zip.
Under Linux you can download the source code and

sudo apt-get install python3 idle-python3