This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Description
I would like to be able to define some callbacks in the DHCP/TFTP code. Examples:
- Reply only to some clients.
- Being able to reply DHCP with some extra vendor values.
- Being able to serve TFTP from Python objects instead of filesystem objects (synthetic filesystem). For instance, PXE configuration files could be synthetically generated by client.
I could volunteer if you are interested in those features. I need them for my own purposes.