package tuntap

  1. Overview
  2. Docs
OCaml library for handling TUN/TAP devices

Install

Dune Dependency

Authors

Maintainers

Sources

tuntap-1.6.1.tbz
sha256=2203be61b0943573bb8806c914e043dbfaf8160e7bba528e4a71ddd79b6522db
md5=64ccee07531844f49acde099e556b10d

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: 19 May 2018

README

tuntap - OCaml library for handling TUN/TAP devices

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

Dependencies (4)

  1. cmdliner
  2. ipaddr >= "2.4.0" & < "4.0.0"
  3. jbuilder >= "1.0+beta9"
  4. ocaml >= "4.04.2"

Dev Dependencies (2)

  1. lwt with-test
  2. ounit with-test

Used by (3)

  1. charrua-unix < "1.2.2"
  2. mirage-net-unix < "2.6.0"
  3. mirage-unix >= "0.9.4" & < "0.9.9"

Conflicts

None

OCaml

Innovation. Community. Security.