I've uploaded the code here in github: https://github.com/kagesenshi/radiate
I've packaged Radiate together with a buildout.cfg, so you can deploy it easily by just using these few lines of commands
git clone https://kagesenshi@github.com/kagesenshi/radiate.git radiateTo start the daemon, just execute:
cd radiate
python bootstrap.py
./bin/buildout
./bin/radiate-admin fgThe readme file on how to deploy and use Radiate is here: https://github.com/kagesenshi/radiate/blob/master/README.txt.