package mirage-net-xen

  1. Overview
  2. Docs
Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-net-xen-2.1.0.tbz
sha256=5c60078cd4debbaaabdfb6f379315e545a65af218b4c5b80af6128cfe9a539de
sha512=fc51d8198ef9d3be3a093e1a149a2b946b11e830f549a961cde4fa5fcb86e498a1f07700933ba7da152ac6f36b00002e22b5388cc3cad5bc444cdbff81464bca

Description

This library allows an OCaml application to read and write Ethernet frames via the [Netfront/netback][xen-net] protocol.

Tags

org:mirage

Published: 02 Feb 2022

README

mirage-net-xen

This library allows an OCaml application to read and write Ethernet frames via the Netfront/netback protocol.

Note: the Netif module is the public API. The Netchannel API is still under development.

Dependencies (10)

  1. logs >= "0.5.0"
  2. lwt-dllist
  3. netchannel = version
  4. mirage-xen >= "7.0.0"
  5. io-page >= "1.5.0"
  6. mirage-net >= "3.0.0"
  7. lwt >= "2.4.3"
  8. cstruct >= "6.0.0"
  9. dune >= "1.0"
  10. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. mirage-tcpip-xen

Conflicts

None