Skip to content

mayurva/DFS

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



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages