package arp

  1. Overview
  2. Docs
Address Resolution Protocol purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

arp-v2.1.0.tbz
sha256=ac2c004d500237ea2416ddf2a70b804df1aeeec894e58272aff7890410c8495d
sha512=7add4366202d671bf9e3013eedf699450611229bbd938d1dced449308c25a3afd5f6f53ec3a5969c756c95400cceb95cadb145ac04d2983db4a23e07801c86d5

Description

ARP is an implementation of the address resolution protocol (RFC826) purely in OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only.

Published: 16 Jul 2019

README

ARP - Address Resolution Protocol purely in OCaml

v2.1.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 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.

Dependencies (6)

  1. logs
  2. macaddr >= "4.0.0"
  3. ipaddr >= "4.0.0"
  4. cstruct >= "2.2.0" & < "6.1.0"
  5. dune
  6. ocaml >= "4.04.2"

Dev Dependencies (4)

  1. alcotest with-test
  2. bisect_ppx with-test
  3. mirage-random-test with-test
  4. mirage-random with-test & < "2.0.0"

Used by (2)

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

Conflicts (1)

  1. arp-mirage < "1.0.0"