package netchannel

  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.3.tbz
sha256=80ea736386e7f4bf3091b795897cbf5d09b12aaa897ddf7d6dc1d0162b5814e1
sha512=15ba54927d73ed0701ece6a3f03b4cc3b85c43c11405c55476aad75dc6a4d7709ead34d8a095b518282dce7c75d349b7605a8c87655265cf251858157a4e288e

Description

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

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

Tags

org:mirage

Published: 24 Jul 2023

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 (17)

  1. macaddr >= "5.2.0"
  2. result >= "1.5"
  3. lwt-dllist
  4. logs >= "0.5.0"
  5. sexplib >= "113.01.00"
  6. shared-memory-ring >= "3.0.0"
  7. mirage-profile >= "0.3"
  8. ipaddr >= "3.0.0"
  9. mirage-xen >= "7.0.0"
  10. io-page >= "1.5.0"
  11. mirage-net >= "3.0.0"
  12. lwt >= "2.4.3"
  13. ppx_cstruct
  14. ppx_sexp_conv
  15. cstruct >= "6.0.0"
  16. dune >= "1.0"
  17. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. mirage-net-xen >= "1.7.1" & < "1.10.1" | = "1.12.0" | >= "2.1.3"

Conflicts

None