Giter VIP home page Giter VIP logo

distributedfilesystem's Introduction

Owners : Pankaj Kumar, Pranavi Bajjuri



Purpose of the program
------------------------
The program is aimed at developing a working distributed file server.


Run steps : 
--------------
Compilations command : 

make clean
make

Files Included:
-------------------
client.c ( just for compilation)
helper.h
Makefile
mfs.c
mfs.h
ReadMe.txt
server.c
udp.c
udp.h

Short Summary 
-------------------

The file server is built as a stand-alone UDP-based server. It waits for a message and then process the message as need be, 
replying to the given client. The file server will store all of its data in an on-disk file which will be referred to as 
the file system image. 
This image contains the on-disk representation of your data structures; used system calls to access it: open(), read(), write(), lseek(), 
close(), fsync(), pread(), pwrite().
To access the file server, we have a client library. The interface and structs that the library supports is defined in mfs.h and helper.h. 


Functions implemented : 
MFS_Init()
MFS_Lookup()
MFS_Stat()
MFS_Write()
MFS_Read()
MFS_Creat()
MFS_Unlink()
MFS_Shutdown()

distributedfilesystem's People

Contributors

pankajkr62 avatar

Stargazers

Eason Wang avatar

Watchers

 avatar Pranavi Bajjuri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.