package mirage-protocols

  1. Overview
  2. Docs
MirageOS signatures for network protocols

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-protocols-v8.0.0.tbz
sha256=503091e09ab7b70f4ffc8970ed3e3edfeca2f50ed516a9c78577920af83d772c
sha512=c7cd35f5467265d46ecb50424c166431a25a24597196d409d877261f63ad3b7ec738e9f33ce728556b4babb1e7a031744c4f2eec3d70109296dc746933a4c4c3

README.md.html

mirage-protocols — MirageOS signatures for network protocols

mirage-protocols provides a set of module types which libraries intended to be used as MirageOS network implementations should implement.

The set of protocols defined is:

Mirage_protocols.ETHERNET Mirage_protocols.ARP Mirage_protocols.IP, via Mirage_protocols.IPV4 and Mirage_protocols.IPV6 Mirage_protocols.ICMP, via Mirage_protocols.ICMPV4 and Mirage_protocols.ICMPV6 Mirage_protocols.UDP, via Mirage_protocols.UDPV4 and Mirage_protocols.UDPV6 Mirage_protocols.TCP, via Mirage_protocols.TCPV4 and Mirage_protocols.TCPV6

mirage-protocols is distributed under the ISC license.

ethernet arp ip ipv4 ipv6 icmp icmpv4 icmpv6 udp udpv4 udpv6 tcp tcpv4 tcpv6

Installation

mirage-protocols can be installed with opam:

opam install mirage-protocols

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc mirage-protocols.