Git Product home page Git Product logo

csci6780's Introduction

Distributed Computing Systems Projects

This repository contains project code for Distributed Computing Systems (CSCI 6780).

Requirements

  • A somewhat modern compiler. These projects use C++17 features, so support for that is required.
  • A working protobuf compiler. On Ubuntu systems, you might also be able to install the protobuf-compiler package. This works on Ubuntu 20.04, but it will likely install too old of a version for older releases.
  • Cmake. Most distributions have a cmake package that will suffice.

Using a local toolchain

If, for some reason, you cannot meet the requirements above because you have an old OS and cannot install packages (e.g. on Odin or Nike), it is possible to install all the dependencies locally in your home directory.

To do so, run the convenient script:

./setup_local_env.sh

Next, add the following lines to your .bashrc:

LOCAL_PREFIX="${HOME}/.local"
export PATH=${LOCAL_PREFIX}/bin:${PATH}
export LD_LIBRARY_PATH=${LOCAL_PREFIX}/lib:${LOCAL_PREFIX}/lib64:${LOCAL_PREFIX}/libexec:${LD_LIBRARY_PATH}

Either log out and log back in, or run source .bashrc to apply these changes.

Now you should be able to follow the build instructions below without modifications.

Members

  • Jake Chandler
  • Daniel Petti
  • Nicholas Stonecipher

csci6780's People

Contributors

djpetti avatar jake-chandler avatar nickster258 avatar

Watchers

 avatar  avatar  avatar

Forkers

nickster258

csci6780's Issues

Finish Participant Code

I don't know the exact planned design for the participant, so this is sort of a catch-all ticket. It might be worth splitting it up.

Write Protobufs

All nodes will need both client and server interfaces. Bootstrap node will need additional functionality.

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.