package tuntap
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=0dfced58f90d85d4885ff4da95d0a8361000fc0670403a827519833b238e46ed
sha512=36356c310ac3aef9dfc05e6bc225d3a6691a88c758a304ab34cc06fcf650e9748c3d077851b62ef78f867bcade0b0192429105b0499db721a6b4680be2df4ee7
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, DragonFly and macOS should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on macOS before using this library.
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, DragonFly 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
Used by (2)
Conflicts
None