https://github.com/mirage/ethernet
Ethernet (IEEE 802.3) layer implementation for MirageOS in OCaml
https://github.com/mirage/ethernet
802-3 ethernet mirageos network ocaml unikernel
Last synced: about 1 year ago
JSON representation
Ethernet (IEEE 802.3) layer implementation for MirageOS in OCaml
- Host: GitHub
- URL: https://github.com/mirage/ethernet
- Owner: mirage
- License: isc
- Created: 2019-02-01T22:44:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:04:12.000Z (over 1 year ago)
- Last Synced: 2025-04-22T12:08:52.996Z (about 1 year ago)
- Topics: 802-3, ethernet, mirageos, network, ocaml, unikernel
- Language: OCaml
- Size: 551 KB
- Stars: 10
- Watchers: 22
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ethernet - an OCaml Ethernet (IEEE 802.3) layer
`ethernet` provides an [Ethernet](https://en.wikipedia.org/wiki/Ethernet)
(specified by IEEE 802.3) layer implementation for the
[Mirage operating system](https://mirage.io).