package charrua-server

  1. Overview
  2. Docs
DHCP server

Install

Dune Dependency

Authors

Maintainers

Sources

charrua-1.6.0.tbz
sha256=1f6f7c1211a45ebbbd56a78b12fdbceaa98efae97ac3bd6f4855da47a3a3ac34
sha512=6ea3cb92efca7c33ee9aa1411223bec9045ece9939657594ebc47ae93408c4d87e8b40812751fc86555061d91ccd338b3fbcfe6059e1dd770303329b5e527a96

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.

v1.6.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.