Skip to content

tmakatos/libnbdclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnbdclient

libnbdclient library implements the client side of the NBD protocol (http://nbd.sourceforge.net/). It allows applications to read to and write from NBD servers listening to a UNIX domain socket. Currently only read funcionality is supported, and for specific NBD protocol versions. Along with the NBD funcionality, there's funcionality that intercepts common file operation calls (e.g. open, read, close) and if they're directed to a UNIX domain socket, it replaces them with appropriate NBD calls such that the application doesn't need modifications.

This library is in it's early developemnt phase.

The functionality of intercepting the libc calls should be moved into another repository.

About

A library that intercepts C file-related libc calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published