aaglenn / traceroute

MirageOS traceroute unikernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traceroute

This is a MirageOS unikernel which conducts a traceroute to the given host. Read the blog post.

Installation from source

To install this unikernel from source, you need to have opam (>= 2.0.0) and ocaml (>= 4.07.0) installed. Also, mirage is required (>= 3.8.0). Please follow the installation instructions.

The following steps will clone this git repository and compile the unikernel:

$ git clone https://github.com/roburio/tlstunnel.git
$ mirage configure -t <your-favourite-target>
$ make depend
$ make

Installing as binary

There are not yet any binaries available, but work is underway to provide reproducible binaries.

Questions?

Please open an issue if you have questions, feature requests, or comments.

About

MirageOS traceroute unikernel


Languages

Language:OCaml 100.0%