package tuntap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1568979b5fa2456be3152b85e3262f097fff77fd367b51d3aa5f83ad95aeae39
md5=ab55e8eda89033f5a119d6c418bd7608
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
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 (5)
Used by (3)
-
charrua-unix
< "1.2.2"
-
mirage-net-unix
< "2.6.0"
-
mirage-unix
>= "0.9.4" & < "0.9.9"
Conflicts
None