Add third example plugin, fix existing plugins.
[nbdkit/ericb.git] / README
blob4b1747ddf751fe60abc02976b29a23b378918fd4
1 NBD is a protocol for accessing block devices (hard disks and
2 disk-like things) over the network.
4 'nbdkit' is a toolkit for creating NBD servers.
6 The key features are:
8 * Multithreaded NBD server written in C with good performance.
10 * Well-documented, simple plugin API with a stable ABI guarantee.
11   Let's you export "unconventional" block devices easily.
13 * Liberal license (BSD) allows nbdkit to be linked to proprietary
14   libraries or included in proprietary code.
16 For documentation, see the docs/ directory.
18 For plugins and examples, see the plugins/ directory.
20 This software is copyright (C) Red Hat Inc. and licensed under a BSD
21 license.  See LICENSE for details.