This is a Free SMDR daemon originally created by Gabriele Tozzi
Ensure you have Python, MySQL and the Python MySQL module
The install script should install everything needed.
./install.sh
You will need to set up your MySQL server as well if you don't already have one and run the freesmdr.sql script.
Don't forget to add your local ip address to the config file so the service will know what address and port to bind to.
Origonal Author Gabriele Tozzi
Origonaly forked from Steven Horner
Config file modifications from aseques