Description

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.

Published: 27 Aug 2018

Dependencies (9)

  1. nocrypto with-test
  2. alcotest with-test
  3. logs
  4. ipaddr >= "2.2.0" & < "3.0.0"
  5. cstruct >= "2.2.0" & < "6.1.0"
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.04.2"

Reverse Dependencies (1)

  1. mirage-nat >= "1.1.0" & < "2.1.0"

Conflicts (4)

  1. mirage-protocols >= "4.0.0"
  2. mirage-clock >= "3.0.0"
  3. mirage-types-lwt < "3.0.0"
  4. tcpip < "2.8.0"