Giter VIP home page Giter VIP logo

peerdrive's Introduction

PeerDrive is a open source file system to securely store, organize, share and sync your files from everywhere. It is built on a purely distributed peer-to-peer data model and will be a perfect solution when you need your data on different devices in different locations without relying on a permanent network connection or central infrastructure.

For an introduction into PeerDrive's features see peerdrive.org, the Wiki on the project home and the doc/ directory.

Resources:

Current status

Currently PeerDrive is in the early alpha stage and hence (unless you're really brave) not ready for production. The basic design is settled and there is a prototype implementation of the file system in Erlang. Mounting via FUSE/Dokan, network transparency and automatic synchronization/replication are roughly working. Additionally some small GUI applications exist to demonstrate the full feature set.

Requirements

Try it out

Currently there is no installation needed. Do the following steps to try it out. It is assumed that Erlang, Rebar and Python are all in your path.

  1. Clone the git repository: git clone git://github.com/peerdrive/peerdrive.git
  2. Open two terminals
  3. Type in the 1st terminal:
    • make
    • cd server
    • ./peerdrive.sh or on Windows: peerdrive.bat
    • This will start the PeerDrive server in the foreground. To gracefully shut down the server type q()..
    • The stores will be mounted to ./vfs by default (assuming fuserl resp. erldokan are installed)
  4. In the 2nd terminal type:
    • cd client
    • export PEERDRIVE=tcp://127.0.0.1:4567/
    • ./peerdrive-applet.py

Initially no stores are mounted. Use ./mount.py <dir> <name> to mount a store as label in directory

.

peerdrive's People

Contributors

davidalphafox avatar dirker avatar jkloetzke avatar

Watchers

 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.