avsm / ocaml-tuntap

Bindings to UNIX tuntap facilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bindings to UNIX tuntap facilities


Languages

Language:OCaml 95.3%Language:C 4.4%Language:Makefile 0.3%