Skip to content

NFS client written in Java for a distributed systems course.

Notifications You must be signed in to change notification settings

jacquesd/nfs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfs-client

NFS client written in Java for a distributed systems course.

Authors

  • Samantha Rosso
  • Jacques Dafflon

Running the NFS client

The program requires Java 8. The other libraries are provided.

  1. Compile the code as follow:
mkdir bin
javac -d bin -cp ./lib/remotetea/classes/jrpcgen.jar:./lib/remotetea/classes/oncrpc.jar:./lib/sss/sss-0.1.jar **/*.java
  1. Run the main class:
java -cp ./lib/remotetea/classes/jrpcgen.jar:./lib/remotetea/classes/oncrpc.jar:./lib/sss/sss-0.1.jar:./bin ch.usi.inf.ds.nfsclient.Main <config.properties>

where the config.properties is a properties files. Sample ones are given in the configs folder.

Limitations

The Samir Shared Secret is highly unstable and crashes almo st ever time. It is too unstable to be usable.

About

NFS client written in Java for a distributed systems course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages