Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.14 KB
                                        _
                                       ( )
      ___    _     ___ ___   _ _      _| |
    /'___) /'_`\ /' _ ` _ `\( '_`\  /'_` |
   ( (___ ( (_) )| ( ) ( ) || (_) )( (_| |
   `\____)`\___/'(_) (_) (_)| ,__/'`\__,_)
                            | |
                            (_)

A competition daemon for Student Robotics.

Many Scarzies died to bring us this implementation.

History

This will be the fourth implementation of compd in as many years. Hopefully this one, being simpler than the others, will actually stick.

Getting Started

To install:

  1. Install redis, version 2.6 or later
  2. Install virtualenv (via, eg, sudo easy_install virtualenv)
  3. Run ./install

All other dependencies, through the magic of virtualenv, are installed locally - in the dep directory as a matter of fact.

To run, use ./run.

To develop, enter the virtualenv using ./shell.

Credit

This implementation done through effective slave labour by Alistair Lynn.

With thanks to Rob Spanton, Scarzy, Sam Phippen, Edd Seabrook and Ben Clive for ideas and work on the previous iterations.