Example mirage-eio unikernels
0

Configure Feed

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

README.md

tcp-client#

tcp-client unikernel demo

A TCP client over the guest's Ethernet, ARP, IPv4, and TCP stack. It connects to an echo service, writes one line, and prints the echoed response.

The example is the smallest end-to-end use of a stream flow. It shows the connection lifecycle and the point where a protocol client can be layered over Eio.Flow.

dune exec unikernel-tcp-client -- \
  --ipv4-gateway 10.0.0.1 --server 127.0.0.1:7