Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 267 Bytes

File metadata and controls

7 lines (4 loc) · 267 Bytes

Mini Distributed File System (MDFS-python)

This is a toy distributed file system implemented via python.

Communications between server and client are implemented via socket.

For usage, see config/help.txt or run run_client.py without any additional command.