This is the source code for a Windows Client of CodFS, which is a distributed storage system deploying Erasure Coding from Design. For more information, please check the project homepage at http://ansrlab.cse.cuhk.edu.hk/software/codfs/
This Windows Client is developed with the user-mode filesystem framework, Dokan
Release 1.0 (01-2015) Initial Release
This Repository is self-contained with necessary libraries including Google Protobuf (https://github.com/google/protobuf/), Boost Library. The Windows Client also shares code with the main CodFS Project which the shared code is expected to locate at codfs/src
A Visual Studio 2013 Solution File is included. Please refers to the README of Dokanx for detailed instruction.
Patrick P. C. Lee (http://www.cse.cuhk.edu.hk/~pclee)