package nbd

  1. Overview
  2. Docs

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.

of_fd fd returns a channel from an existing file descriptor

A client allows you to access remote disks

A server allows you to expose disks to remote clients

OCaml

Innovation. Community. Security.