Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

arp-client#

arp-client unikernel demo

An ARP resolver running on the guest's own Ethernet layer. It broadcasts a who-has request and reports the hardware address from the reply.

This is the smallest example of using Mirage_eio.Arp directly. It is useful when an appliance needs link-layer discovery without constructing an IP stack.

Run it directly with a link-local target:

dune exec unikernel-arp-client -- \
  --ipv4-gateway 10.0.0.1 --target 10.0.0.1