Coder Social home page Coder Social logo

chunksafe's Introduction

ChunkSafe: Content-Addressable Peer-to-Peer Backup for Trusted Networks Ben Lipton and Jonathan Gluck CPSC 87: Parallel and Distributed Systems Swarthmore College, Spring 2010

Included files: chunksafe.py: main program, call as follows: 1. Create first node chunksafe.py <backup time (HH MM)> 2. Create subsequent node chunksafe.py <backup time (HH MM)> 3. Resume killed node chunksafe.py <port to run on (must be the same as original node)>

startchunksafe.sh: ugly shell script for running program on Swarthmore network. Can be modified to work on other systems, but designed only to facilitate testing.

retrieve.py: file retrieval script, call as follows: retrieve.py <port of local daemon (if using startchunksafe.sh always 4000)>

bootstrap.py: program used for testing, creates 15 nodes on a single machine chunkfile.py: class abstracting a file on the filesystem so that we can get its stats easily chunks.py: classes related to making chunks out of a backup directory comm.py: DHT node used by ChunkSafeNode to communicate between machines fetcher.py: Class that uses Twisted to download a file from file server server.py: Class that uses Twisted to send a file when requested via TCP

Directories: entangled: DHT implementation based on Twisted engine examples: Examples taken from Entangled for reference googlevoice: Allows the program to send Jon a text message when the backup finishes (just for fun)

chunksafe's People

Contributors

jgluck avatar

Watchers

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