Giter Site home page Giter Site logo

putiofs's Introduction

== PutioFS

This is a very early release and the implementation is far from complete.
However, interested developers are invited to contribute at this early stage in
order to produce a better architecture. The current version is programmed by
Firat Can Basarir and it is time to open it to the community.

Right now, it only works on Windows but the core implementation is platform
independent. When the Fuse callback functions are implemented, it should work on
Linux and Mac OS X. PutioFS depends on Dokan library to be installed. The latest
version can be found at http://dokan-dev.net/en/download/#dokan.

PutioFS is a cross-platform virtual file system built using C#. It uses Put.io
.NET API and Dokan.Net to create a virtual drive that provides seamless access
to the files on your Put.io account as if they are on the local disk. It does
NOT synchronize your Put.io account to the disk. Files are fetched on demand
(parts of files are streamed only when a process READs it) and cached on the
disk.

== Technical Information

PutioFS uses DokanNet on Windows and Mono.Fuse on Mac OS X and Linux based
systems. The core consists of a <PutioFile> class that implements a FileStream
interface which can be conveniently used to implement the required Dokan/FUSE
functions.

Right now, cache files are pre-allocated on the disk which is far from optimal.
When a process reads a few bytes from a 2GB file, 2GBs on local disk allocated
for that file. Background threads download a file according to the position of
the file handles and recent reads.

This download mechanism is the core of this project and should be improved
significantly in order to make it usable.

putiofs's People

Contributors

firat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.