= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
DHCP wire frame encoder and decoder
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 }">
Authors
Maintainers
Sources
charrua-v1.1.0.tbz
sha256=31fc8919558acb83fe366528c208ba35412ef438462a32e3d8597325c0d6893b
sha512=62a97cc66f286dde86119f34fbc1c11e13c408b4b8330539c523ed2f1dc5953472315bae926dde4cf82ea3b9b627eeba562d29ba498e36ba42d954b87fd2c9b6
Description
Charrua consists a single modules, Dhcp_wire
responsible for parsing and
constructing DHCP messages
You can browse the API for charrua at http://mirage.github.io/charrua/api
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: 19 Jul 2019
Dependencies (13)
- rresult
-
tcpip
>= "3.7.0" & < "5.0.0"
-
ethernet
>= "2.0.0" & < "3.0.0"
- macaddr-sexp
- ipaddr-sexp
-
macaddr
>= "4.0.0"
-
ipaddr
>= "4.0.0" & < "5.0.0"
- sexplib
-
cstruct
>= "3.0.1"
- ppx_cstruct
-
ppx_sexp_conv
>= "v0.10.0"
-
dune
>= "1.2"
-
ocaml
>= "4.04.2"
Dev Dependencies
-
None
Used by (4)
-
charrua-client
= "1.1.0"
-
charrua-client-lwt
= "1.1.0"
-
charrua-server
= "1.1.0"
-
charrua-unix
= "1.1.0"
Conflicts
-
None
On This Page