/pei2015-ciberrato

The aim is to enrich the CiberRato simulation environment in order to be effective and appellative. The desired remote interaction is developed in two levels: support for remote participation in CiberRato contests and creating a continuous competition environment. The first goal it is intended that the remote participation of teams in CiberRato competition is possible by providing appropriate means for submission of agents and the real-time monitoring of the simulations. The second objective is intended to create a continuous competitive environment in which the participants can submit code to be executed periodically. The participant is informed of the score achieved and the best will be on a merit table (hall of fame). Achieving these objectives requires the definition and implementation of a Web environment, with work at the server level, the customer level and depending on the progress of work at the level of the simulator.

Primary LanguageJavaScript

Project Description: http://xcoa.av.it.pt/~pei2015-ciberonline/

Project Documentation: http://code.ua.pt/projects/pei2015-ciberonline/wiki

Trello: https://trello.com/ciberonline/

HOW TO INSTALL? [Debian based system]

./install.sh [with adminstration rights]

HOW TO RUN

You need to run 2 python scripts at this moment.

First one will run the django server: cd src/web; python manage.py runserver 0.0.0.0:8000

Second one will run all services needed to simulate and communicate with Django: cd src/server; python start_services.py

At this point webpage will be available at http://localhost:8000/

#Documentation

We have created this section to allow you to see what has been done up to a certain milestone. Remember that you will not be at our latest source code in any those links.

If you pretend to see our latest code, it is available at branch 'master'