package tuntap

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

Install

Dune Dependency

Authors

Maintainers

Sources

tuntap-v1.8.1.tbz
sha256=e7bb3134ce5cde3c2f202fb202600f0177d817f70c5cdf7d801f596d7d3d2393
sha512=fc839959864e1a95250e83dd3eb7192da175a921c9fcd1e381be52875cbece126750aa7d0512341e2d6e252ba65a9b986434b3cbf9bd81b154f4aed6b42fed3f

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 should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on macOS before using this library.

Tags

org:mirage org:xapi-project

Published: 14 Jul 2019

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 should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on macOS 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 (5)

  1. cmdliner
  2. macaddr >= "4.0.0"
  3. ipaddr >= "4.0.0" & < "5.0.0"
  4. dune
  5. ocaml >= "4.04.2"

Dev Dependencies (2)

  1. lwt with-test & < "5.0.0"
  2. ounit with-test

Used by (3)

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

Conflicts

None