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.1.tbz
sha256=918b007fa9edc16294a76e9d31ca7905271d50e686a4ce3ad39d235597ba81fb
sha512=684cb2feee4ca1445318bbb527c7237272c20b47fc2ed2543547e1ccf189eedaacf55a44aa29ba369c16381e9d8f5ebe15155ea767c050a1c3027fa563281d03

Description

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

Tags

org:mirage

Published: 14 Mar 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