Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
ARP - Address Resolution Protocol purely in OCaml
v4.0.0
ARP is an implementation of the address resolution protocol (RFC826) purely in OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only.
A MirageOS ARP implementation is in the mirage subdirectory.
opam install arp will install this library, once you have installed OCaml (>= 4.08.0) and opam (>= 2.0.0).
Benchmarks require more opam libraries, namely mirage-vnetif mirage-clock-unix mirage-unix. Use dune build --release bench/bench.exe && _build/default/bench/bench.exe to build and run it.