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.2.tbz
sha256=9539b070d2a26aae4474974ce1469a015759fa14c25f953d30f298febde2edfc
sha512=5a465539a5b8a9d63de3005493f22d9428f5cc6c6155a4157d2b6bb0e604cfcd081894c40f6b223dfe6fec8e47c94371513d1fea8d2b62133a61c4ebcb3c6468

Description

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

Tags

org:mirage

Published: 11 Nov 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