====== The Universe of ACAB ====== The acab universe constists of some tools to controll and display the matrix. * [[projects:blubbtris:gigargoyle]], Control a moodlamp matrix using a TCP socket * acabspool * [[projects:blubbtris:acabed]] * [[projects:blubbtris:puertoplayer]] ====== Testing acab ====== You don't have access to the matrix gigargoyle could be started with '--pretend' argument. * start the server ./gigargoyle -f -p --pidfile=./test.pid --logfile=./test.log * start puertoplayer, so you can see the matrix ./puertoplayer --localhost * spool something new with simpleclient ===== Prerequisites ===== git misssing? sudo apt-get install git-core ===== Repositories ===== The ACAB Source Code could be obtained via git: (maybe the original is at http://github.com/mazzoo/gigargoyle but the one at http://gitorious.org/acab seems newer) === get gigargoyle, the Server === git clone git://gitorious.org/acab/gigargoyle.git === get acabspool === git clone git://gitorious.org/acab/acabspool.git === get acabed the webinterface === git clone git://gitorious.org/acab/acabed.git === get puertoplayer the looking glass into the matrix === git clone git://gitorious.org/acab/puertoplayer.git