arp
Address Resolution Protocol purely in OCaml
README
v2.2.1
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
Mirage_protocols.ARP
implementation is in the mirage
subdirectory.
Motivation for this implementation is written up.
Documentation
API documentation is available online.
Installation
opam install arp
will install this library, once you have installed OCaml (>=
4.04.0) and opam (>= 2.0.0).
Benchmarks require more opam libraries, namely mirage-vnetif mirage-clock-unix mirage-unix mirage-random-test
. Use make bench
to build and run it.
Install
- Published
-
18 Dec 2019
- Maintainers
-
Sources
arp-v2.2.1.tbz
sha256=01563edfd2dee3acece331aadf73e2f8e5daadf3bf3ab09b61714d1e2f1273f4
sha512=3f1288af400614045061692ffc4e315bbe1fde71262281fa6f65b71cf4640e4622808c9ac0706bb3fd9c9d57be59d82955a0c0f28f8ec52f0232dfee10adb20d
Dependencies
alcotest
with-test
bisect_ppx
with-test
mirage-random-test
with-test & >= "0.1.0"
mirage-random
with-test & >= "2.0.0"
macaddr
>= "4.0.0"
ipaddr
>= "4.0.0"
cstruct
>= "2.2.0" & < "6.1.0"
ocaml
>= "4.06.0"
Reverse Dependencies
arp-mirage
>= "2.2.1"
mirage-nat
>= "1.1.0" & < "2.1.0"