package charrua-server

  1. Overview
  2. Docs
DHCP server

Install

Dune Dependency

Authors

Maintainers

Sources

charrua-2.0.0.tbz
sha256=ecacfd0f17bdf2ba261049d2b3cc03aa473eec4a9d77b0a83c0ce2c402c512bb
sha512=9f24a36f934824581d5af9886bdd22e82a1ba0ce174d752d43de9b527392140c19b65a93b18b3ca07c441f84315fefff7002a71eebf573ce1b747e74de861a9d

doc/charrua-server/Dhcp_server/index.html

Module Dhcp_serverSource

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.

v2.0.0 - homepage

DHCP Server Configuration

Sourcemodule Config : sig ... end

DHCP Leases (bindings)

Sourcemodule Lease : sig ... end

DHCP Input Packet Logic

Sourcemodule 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.