package charrua

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

Charrua consists a single modules, Dhcp_wire responsible for parsing and constructing DHCP messages

You can browse the API for charrua at https://mirage.github.io/charrua/

Features

  • Dhcp_wire provides marshalling and unmarshalling utilities for DHCP.
  • 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: 12 Feb 2025

Dependencies (9)

  1. fmt >= "0.9.0"
  2. ohex >= "0.2.0"
  3. tcpip >= "9.0.0"
  4. ethernet >= "3.0.0"
  5. macaddr >= "4.0.0"
  6. ipaddr >= "5.0.0"
  7. cstruct >= "6.0.0"
  8. dune >= "1.4.0"
  9. ocaml >= "4.13.0"

Dev Dependencies

None

Used by (3)

  1. charrua-client >= "2.0.0"
  2. charrua-server >= "2.0.0"
  3. charrua-unix >= "2.0.0"

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.