GithubHelp home page GithubHelp logo

delta003 / distributed_chaos Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 4.24 MB

Self-organizing distributed system with nodes written in C++, Java and Python and resistance on simultaneous death of up to 2 nodes.

HTML 0.97% Shell 0.76% Java 40.29% C++ 41.35% CSS 0.06% Python 16.57%

distributed_chaos's Introduction

Distributed Game of Chaos

Self-organizing distributed system, that supports failover of upto 2 nodes at the same time. Nodes were written in C++, Java and Python.

The project was written for Concurrent and Distributed Systems class at Faculty of Computing (RAF), in Belgrade, as part of a team effort with Dragan Marković and Lazar Milenković.

Introduction

Prerequisites for running (OS X)

Java
  • Install maven.
brew install maven
C++
  • Install gcc and make sure it's on your path variable.
brew install gcc
  • Install boost to /usr/local/include/boost.
brew install boost
  • Install command line tools.
xcode-select --install
Python
  • Install Python 3.5
brew install python3
  • Go to python folder
cd python
  • Create virtual environment
python3.5 -m venv myvenv
  • Install all required modules
myvenv/bin/pip3.5 install -r requirements.txt

Running

Start runner.py for an interactive console.

distributed_chaos's People

Contributors

delta003 avatar dragan224 avatar milenkoviclazar 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.