package tuntap

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

Install

Dune Dependency

Authors

Maintainers

Sources

tuntap-2.0.1.tbz
sha256=27c60197cc3bc459680eab7f5e2cf4dca08896ce4147bd954fc5ff2d864c0cdd
sha512=7311438c0b4c79da932c54452c977257bca5bcd0a963567521fde6717f358624b3a42ff094bc4278c103cc839a3896c9d6a9967733cc5366faac1663fb17e801

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: 16 Apr 2024

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 (4)

  1. macaddr >= "4.0.0"
  2. ipaddr >= "5.0.0"
  3. dune
  4. ocaml >= "4.06.0"

Dev Dependencies (3)

  1. cmdliner with-test & >= "1.1.0"
  2. lwt with-test & >= "5.0.0"
  3. ounit2 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