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 a structure for the DHCP UDP packet, according to RFC 1531 specifications. For a simpler reference on the DHCP protocol's binary layout, refer to Wikipedia.

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.