package nbd

  1. Overview
  2. Docs
Network Block Device (NBD) protocol implementation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
sha256=31eacef42363e2095da4dd5fa9f2fcfdb2c035645d3bbce149f444ec5a4172cb
md5=03b42229af1f555b927092c7d6e31f6d

doc/nbd.lwt/Nbd_lwt_unix/index.html

Module Nbd_lwt_unix

Network Block Device client and servers for Unix

val connect : string -> int -> Nbd.Channel.channel Lwt.t

connect hostname port connects to host:port and returns a channel.

val of_fd : Lwt_unix.file_descr -> Nbd.Channel.channel

of_fd fd returns a channel from an existing file descriptor

module Client : Nbd.S.CLIENT

A client allows you to access remote disks

module Server : Nbd.S.SERVER

A server allows you to expose disks to remote clients