package arp

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

Install

Dune Dependency

Authors

Maintainers

Sources

arp-v2.2.1.tbz
sha256=01563edfd2dee3acece331aadf73e2f8e5daadf3bf3ab09b61714d1e2f1273f4
sha512=3f1288af400614045061692ffc4e315bbe1fde71262281fa6f65b71cf4640e4622808c9ac0706bb3fd9c9d57be59d82955a0c0f28f8ec52f0232dfee10adb20d

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: 18 Dec 2019

README

ARP - Address Resolution Protocol purely in OCaml

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.

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.06.0"

Dev Dependencies (4)

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

Used by (2)

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

Conflicts

None