DAFT Allows File Transfers
Description

Summary:

Distributed file transfer application in user space.

Securely move data files during distributed computational experiments and provide a global view of all files, even when there is no distributed filesystem and probably faster than NFS for large files.

Available commands:

put filename: add/publish a given file into the system.

bcast filename: equivalent to put then send the file to all nodes.

get filename: retrieve a file previously published into the system.

ls [-l]: list all files known to the system and optionally where
         their chunks are.

Install

Published

11 Jan 2023

Authors

Maintainers

Sources

v0.0.4.tar.gz
md5=8f1ac7772a8845339160cf3477e62a89

Dependencies

zmq >= "5.0.0" & < "5.1.4"
dolog >= "4.0.0"
dune >= "1.1"
ocaml >= "5.0.0"

Reverse Dependencies

None

Conflicts

None