charrua-coreversion
DHCP wire frame encoder and decoder
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 olddhcpd.conf
. It also supports manual configuration building in OCaml.Dhcp_wire
provides marshalling and unmarshalling utilities for DHCP, it is the base forDhcp_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.
Author | Christiano F. Haesbaert <haesbaert@haesbaert.org> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/mirage/charrua-core |
Issue Tracker | https://github.com/mirage/charrua-core/issues |
Maintainer | Christiano F. Haesbaert <haesbaert@haesbaert.org> |
Dependencies |
|
Source [http] | https://github.com/mirage/charrua-core/releases/download/v0.11.2/charrua-core-v0.11.2.tbz sha256=58838986999b87d44a91514391ef92257f4f2eab53d41b2e10af9bb81f8ba09d md5=c83ace0546e66ebe2b38e9685c7e9c55 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/charrua-core/charrua-core.0.11.2/opam |
Required by
- charrua-client>=0.11.0 & <0.12.0
- charrua-client-lwt>=0.11.0 & <0.12.0
- charrua-client-mirage>=0.11.0 & <0.12.0
- charrua-unix>=0.5 & !=0.10 & <0.12.0
- vpnkit