7

Is there any library to help me instantiate a dhcp server in python?

relima
  • 3,462
  • 5
  • 34
  • 53

2 Answers2

8

There are some in development and alpha verity :

Other servers:

And a library for working on dhcp too

DHCP command line query and testing tool

pyfunc
  • 65,343
  • 15
  • 148
  • 136
  • dhquery and pydhcpd don't seem to be compatible with the version of pydhcplib available -- any clue which versions work? Otherwise they are all unusable. – j13r Apr 07 '12 at 18:35
4

You might take a look at pydhcplib or anemon for starters.

bstpierre
  • 30,042
  • 15
  • 70
  • 103