arp
Address Resolution Protocol purely in OCaml
Description
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 23 Feb 2017
- Authors
- Maintainers
Sources
Dependencies
nocrypto
with-test
alcotest
with-test
ipaddr
>= "2.2.0" & < "3.0.0"
ppx_cstruct
< "3.4.0"
cstruct
>= "2.2.0" & < "3.4.0"
topkg
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.02.0"
Reverse Dependencies
mirage-nat
>= "1.1.0" & < "2.1.0"
Conflicts