https://github.com/xapi-project/nbd
Ocaml NBD library
https://github.com/xapi-project/nbd
Last synced: 6 months ago
JSON representation
Ocaml NBD library
- Host: GitHub
- URL: https://github.com/xapi-project/nbd
- Owner: xapi-project
- License: other
- Created: 2013-01-30T15:06:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T16:14:56.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T19:09:43.543Z (over 2 years ago)
- Language: OCaml
- Homepage: https://xapi-project.github.io/nbd/
- Size: 997 KB
- Stars: 14
- Watchers: 21
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Network Block Device
====================
[](https://coveralls.io/r/xapi-project/nbd?branch=master)
A pure OCaml implementation of the [Network Block
Device](http://en.wikipedia.org/wiki/Network_block_device) protocol, which is a
client/server protocol for accessing block devices.
This repository provides the following OPAM packages:
* `nbd` : core protocol parsing library
* `nbd-unix` : `Lwt_unix` implementation
* `nbd-tool`: command line helper for serving and mirroring disks over NBD, and
getting information about the disks exported by an NBD server
Each of these OPAM packages installs an ocamlfind library with the same name as
the OPAM package.
Documentation
-------------
The [API documentation is on github](https://xapi-project.github.io/nbd/index.html).