mirage / arp

Address resolution protocol (ARP) implementation in OCaml targeting MirageOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARP - Address Resolution Protocol purely in OCaml

%%VERSION%%

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

Build Status

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 mirage-random-test. Use make bench to build and run it.

About

Address resolution protocol (ARP) implementation in OCaml targeting MirageOS

License:Other


Languages

Language:OCaml 100.0%