package arp

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

Install

Dune Dependency

Authors

Maintainers

Sources

arp-0.1.1.tbz
md5=44ae38c452ff02c9e1424650c68e6361

README.md.html

ARP - Address Resolution Protocol purely in OCaml

0.1.1

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

A MirageOS V1_LWT.ARP implementation is in the mirage subdirectory.

Motivation for this implementation is written up.

Documentation

API Documentation is available online, also a test suite and a coverage report.