package tuntap

  1. Overview
  2. No Docs

Description

This is an OCaml library for handling TUN/TAP devices. TUN refers to layer 3 virtual interfaces whereas TAP refers to layer 2 Ethernet ones.

See http://en.wikipedia.org/wiki/TUN/TAP for more information.

Linux, FreeBSD, OpenBSD and MacOS X should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on OSX before using this library.

WWW: https://github.com/mirage/ocaml-tuntap Issues: https://github.com/mirage/mirage/issues E-mail: mirageos-devel@lists.openmirage.org

Tags

org:mirage org:xapi-project

Published: 02 Mar 2014

Dependencies (7)

  1. ocamlbuild build
  2. ounit
  3. lwt
  4. cmdliner
  5. ipaddr >= "2.2.0" & < "4.0.0"
  6. ocamlfind
  7. ocaml >= "4.00.0" & < "4.06.0"

Dev Dependencies

None

Used by (2)

  1. mirage-net-unix < "2.2.2"
  2. mirage-unix >= "0.9.4" & < "0.9.9"

Conflicts

None