package charrua-core

  1. Overview
  2. No Docs

Description

Charrua-core consists of two modules, a Dhcp_wire responsible for parsing and constructing DHCP messages and a Dhcp_server module used for constructing DHCP servers.

You can browse the API for charrua-core at http://mirage.github.io/charrua-core/api

dhcp is a Mirage DHCP unikernel server based on charrua-core, included as a part of the MirageOS unikernel example and starting-point repository.

Features

  • Dhcp_server supports a stripped down ISC dhcpd.conf, so you can probably just use your old dhcpd.conf. It also supports manual configuration building in OCaml.
  • Dhcp_wire provides marshalling and unmarshalling utilities for DHCP, it is the base for Dhcp_server.
  • Logic/sequencing is agnostic of IO and platform, so it can run on Unix as a process, as a Mirage unikernel or anything else.
  • All DHCP options are supported at the time of this writing.
  • Code is purely applicative.
  • It's in OCaml, so it's pretty cool.

The name charrua is a reference to the, now extinct, semi-nomadic people of southern South America.

Published: 26 Feb 2019

Dependencies (12)

  1. rresult
  2. tcpip >= "3.7.0"
  3. ethernet >= "2.0.0"
  4. macaddr
  5. ipaddr >= "3.0.0" & < "4.0.0"
  6. sexplib
  7. cstruct >= "3.0.1" & < "4.0.0"
  8. ocaml >= "4.0.3"
  9. menhir build
  10. ppx_cstruct
  11. ppx_sexp_conv
  12. dune >= "1.0"

Dev Dependencies (1)

  1. cstruct-unix with-test

Used by (4)

  1. charrua-client = "0.12.0"
  2. charrua-client-lwt = "0.12.0"
  3. charrua-unix >= "0.5" & < "0.10" | = "0.12.0"
  4. vpnkit

Conflicts

None