package charrua-core

  1. Overview
  2. Docs
DHCP wire frame encoder and decoder

Install

Dune Dependency

Authors

Maintainers

Sources

charrua-core-v0.12.0.tbz
sha256=399888ffb59ea70dc3728ea3b307eeec25bd883af9b798acee1842a2b2ec593a
md5=a1edfeeaea6d9ed079efec4514f0e44c

doc/charrua-core.server/Dhcp_server/index.html

Module Dhcp_server

A DHCP server is composed of two sub-modules: Config and Input. The former deals with building a suitable configuration for using with the later.

v0.12.0 - homepage

DHCP Server Configuration

module Config : sig ... end

DHCP Leases (bindings)

module Lease : sig ... end

DHCP Input Packet Logic

module Input : sig ... end

The logic for handling a DHCP input packet is pure, the module does not perform any IO, it only returns a possible reply packet or event to be logged.

OCaml

Innovation. Community. Security.