package arp-mirage

  1. Overview
  2. Docs
Address Resolution Protocol for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

arp-v1.0.0.tbz
md5=40768ca09b10c6b91e8b3a420b075a0e

Description

Published: 03 Feb 2019

README

ARP - Address Resolution Protocol purely in OCaml

v1.0.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 (10)

  1. cstruct >= "2.2.0" & < "6.1.0"
  2. logs
  3. arp >= "1.0.0" & < "2.0.0"
  4. duration
  5. lwt
  6. ethernet < "2.0.0"
  7. mirage-protocols-lwt < "2.0.0"
  8. mirage-time-lwt
  9. dune >= "1.0"
  10. ocaml >= "4.04.2"

Dev Dependencies (8)

  1. mirage-unix with-test & < "4.0.0"
  2. mirage-random-test with-test
  3. mirage-random with-test & < "2.0.0"
  4. mirage-clock-unix with-test
  5. alcotest with-test
  6. mirage-vnetif with-test
  7. fmt with-test
  8. lwt with-test & < "5.0.0"

Used by (2)

  1. capnp-rpc-mirage >= "0.3.2" & < "1.1"
  2. tcpip = "3.7.0"

Conflicts

None