Usage Guide *********** The following page should give the user a basic understanding of how to use SAFE. The sections for Server and Client only pertain to the individual setting up the SAFE architecture. Server ====== If the server has been properly installed as outlined in :doc:`setup`, the only command that needs issued is the following:: ./server/web/manage.py runserver Client ====== Compressing Your Archive ------------------------ To send your experiment to the server, you must first compress it, keeping the relative structure of the directories. Run the following command in the directory containing your ``expconfig`` file, SAFE, and ns-3:: $ tar -zcvf in.tar.gz ns-3-safe/ Sending Your Experiment to the Server ------------------------------------- TODO