ex_dhcp v0.1.0 API Reference
Modules
Creates an OTP-compliant DHCP server.
This module implements the following DHCP options encodings
This module provides methods that facilitate custom encoding and decoding
strategies for DHCP packet options. ExDhcp.Options.Basic
provides
basic parameter encoding; the full DHCP specification provides for
additional, proprietary, and custom options encoding.
DHCP options for PXE (Preboot eXecution Environment) booting systems.
Provides utilities containing typespecs for data types and binary/string conversions for ip and mac addresses. For ease-of-use both within this library and when using it.