summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Box2-Code/READ ME.txt
diff options
context:
space:
mode:
authorgsmselftest2011-11-16 18:06:02 +0100
committergsmselftest2011-11-16 18:06:02 +0100
commit8a7755d6f96e599fe75ac8e5e1c6994138f4b99e (patch)
tree9b320feb695cfbadd605808b2db5795e240e9399 /Under-Testing/Box2-Code/READ ME.txt
parent delete dummy comment (diff)
downloadgsm-selftest-8a7755d6f96e599fe75ac8e5e1c6994138f4b99e.tar.gz
gsm-selftest-8a7755d6f96e599fe75ac8e5e1c6994138f4b99e.tar.xz
gsm-selftest-8a7755d6f96e599fe75ac8e5e1c6994138f4b99e.zip
under Testing folder
Diffstat (limited to 'Under-Testing/Box2-Code/READ ME.txt')
-rw-r--r--Under-Testing/Box2-Code/READ ME.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Under-Testing/Box2-Code/READ ME.txt b/Under-Testing/Box2-Code/READ ME.txt
new file mode 100644
index 0000000..654b1f2
--- /dev/null
+++ b/Under-Testing/Box2-Code/READ ME.txt
@@ -0,0 +1,20 @@
+
+Class files:
+
+ - 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.
+
+ - LogFileClass.py
+ This class is used to make the log files.
+
+Handler files:
+
+ - serverHandler.py
+
+How to start the server Handler:
+ - you can use SSH connection to the box and type:
+ - $ sudo python serverHandler.py $
+