Code Monkey home page Code Monkey logo

dcs's Introduction

DCS

Distributed Cloud Storage The original inspiration for this project came from an idea for my (Richard Zins) undergraduate capstone project. You may read the document CapstoneProjectProposalRichardZins.pdf in order to gain a better understanding of the purpose, vision, and technical architecture of this project. Please note that the goal of this project has moved away from the fully decentralized abilities outlined in the proposal. In place I decided to implement a Cooperative Cloud Storage Network. You can read more about it here.

Installation

After downloading the repository on multiple machines please make sure you have opened port 6633 on the machine/network your MasterNode is on, and port 6634 for the machine/network your LNode is running on. Once that is done CNode should be able to initiate connections to all parties. Also pleae make sure you create your own TLS keys instead of using mine. Mine are only included in this repo for eas of tranfer for myself between multiple machines. Plese use the commands bellow to create your TLS keys (run in src directory). Please note if you are connecting to my DCS network you only need to create the client key.

 >openssl req -new -nodes -x509 -out server.pem -keyout server.key -days 365

 >openssl req -new -nodes -x509 -out client.pem -keyout client.key -days 365

dcs's People

Contributors

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