package arp

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

Install

Dune Dependency

Authors

Maintainers

Sources

arp-3.1.1.tbz
sha256=ea33c589e9deea300fb62bc2ba0b557cfdfeea4f40e600685b3a68c6868f06f1
sha512=5824ea057094d6035cac4235f0dd984af9d56fb9ec9aa621af3bc24674c97df328cd77efb749743f295f94c040e39d9b1caf68a13253393685dfae02fce6e869

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: 09 May 2024

README

ARP - Address Resolution Protocol purely in OCaml

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

Dependencies (11)

  1. fmt >= "0.8.7"
  2. ethernet >= "3.0.0"
  3. duration
  4. lwt
  5. mirage-time >= "2.0.0"
  6. logs
  7. macaddr >= "4.0.0"
  8. ipaddr >= "4.0.0"
  9. cstruct >= "6.0.0"
  10. dune >= "2.7.0"
  11. ocaml >= "4.06.0"

Dev Dependencies (3)

  1. mirage-time-unix with-test & >= "2.0.0"
  2. mirage-vnetif with-test & >= "0.5.0"
  3. alcotest with-test

Used by (7)

  1. capnp-rpc-mirage >= "1.1"
  2. charrua-client >= "1.5.0"
  3. mirage-nat >= "1.1.0" & < "2.1.0"
  4. mirage-protocols >= "8.0.0"
  5. mirage-qubes-ipv4 >= "0.9.2"
  6. mirage-vnetif-stack
  7. tcpip >= "6.0.0"

Conflicts

None