mayurva/DFS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/* README */ SOURCE CODE DESCRIPTION - gfs.h Common header file for generic message format, message types and operation specific message formats. - master.h master.c master module code and data structures - master initialization has been implemented - tcp_utils.c tcp bases message transfer API using sockets - implemented - chunkserver.h chunkserver.c chunkserver code and data structures - yet to be implemented - client.h client.c fuse based client code - dummy functions REQUIREMENTS You will fuse installed to compile and run the code COMPILATION AND BUILDING we have provided a Makefile run "make" to build This will create 3 executables - master, client and chunkserver RUN To run master - ./master To run client - ./client To run chunkserver - ./chunkserver