summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Server-Code-New/READ ME.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Under-Testing/Server-Code-New/READ ME.txt')
-rw-r--r--Under-Testing/Server-Code-New/READ ME.txt55
1 files changed, 0 insertions, 55 deletions
diff --git a/Under-Testing/Server-Code-New/READ ME.txt b/Under-Testing/Server-Code-New/READ ME.txt
deleted file mode 100644
index 0e2ff54..0000000
--- a/Under-Testing/Server-Code-New/READ ME.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-
-Class files:
-
- - ClientClass.py
- This class file is used by the controller as socket communication class to communicate with the Handlers.
-
- - ServerClass.py
- This class file is used by handlers as socket communication class to communicate with the controller.
-
- - GSMClass.py
- This class file is used by GSM Handlers to control and talk to the mobile devices.
-
- - PingClass.py
- This class file is used to ping GSMBoxes and servers in the system.
-
- - truthtableClass.py
- This class file is used by the controller to find out how many nanoBTS's are installed in the University tecommunication network and it finds out the working (or not working) state of the University telecommunication network.
-
- - ControllerClass.py
- This class file is used by the software to assign the tasks and start the handlers.
-
- - initTestClass.py
- This class is used by the software to parse information from database class and to send the right device information to the controller class.
-
- - SSHTunnelBoxClass.py
- This class is used by the software to communicate with the GSMBoxes (using SSH tunnel port forwarding).
-
- - usbDetectClass.py
- This class is used to identify the right mobile device, port address and phone number.
-
- - DbClass.py
- This class is used to fetch information from the database.
-
- - LogFileClass.py
- This class is used to make the log files.
-
- - WebsiteCommClass.py
- This class is used by the controller to communicate with the Website.
-
-Handler files:
-
- - GSMHandler.py
- - SIPHandler.py
-
-Main Software:
-
- - startSoftware.py
- This script file should be run manually after you login on the server machine. This script file is used to receive the message from the website and then it tries to start the controller software (main test software).
-
- - gsmselftest.py
- This is the main software which is controlling the handlers, it also assigns tasks for the tests.
-
-Help file:
- - help.txt
- That file is used to find out more information about how to use the software manually using the terminal.