charrua-core
DHCP wire frame encoder and decoder
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 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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 06 Feb 2019
- Authors
- Maintainers
Sources
Dependencies
cstruct-unix
with-test
io-page-unix
with-test
tcpip
>= "3.7.0"
ethernet
< "2.0.0"
ipaddr
>= "3.0.0" & < "4.0.0"
cstruct
>= "3.0.1" & < "4.0.0"
ocaml
>= "4.0.3"
menhir
build
dune
>= "1.0"
Reverse Dependencies
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"