Project 1: Remote File Storage and Access Kit (File Stack) using Sockets and Remote Method Invocation

Project Release Date: 31 Aug 2016

Design Report Due Date: 19 Sep 2016, by 11:59pm

Final Project Due Date: 29 Sep 2016, by 11:59pm

Some Guidelines for Your Design Report: PDF file

Submit your design report and code using the AFS file system: /afs/qatar.cmu.edu/usr10/mhhammou/www/15440-f16/handin/project1/userid/, where userid is your andrew id

Importing code to Eclipse

Apps -- New feature to test your code

The "apps" package allows command-line access to the distributed file operations in FileStack. Apps package - with little changes to your existing project 1 code - allows you to utilize the apps package for easily accessing distributed files that are managed by your own FileStack implementation.
Now using simple commands on the shell you can:

The P1_StarterCode_AppsAddon.zip includes the apps package. Follow the below instructions to use the apps features: