summaryrefslogtreecommitdiffstats
path: root/Code/Box2-Code/READ ME.txt
diff options
context:
space:
mode:
authorgsmselftest2011-11-09 18:36:32 +0100
committergsmselftest2011-11-09 18:36:32 +0100
commitd9cc13649b9da33116e7c7a709ecb792be835be0 (patch)
treeafdb255cf868fd3725fe45a5dfae2b5148416701 /Code/Box2-Code/READ ME.txt
parentrenamed the file (diff)
downloadgsm-selftest-d9cc13649b9da33116e7c7a709ecb792be835be0.tar.gz
gsm-selftest-d9cc13649b9da33116e7c7a709ecb792be835be0.tar.xz
gsm-selftest-d9cc13649b9da33116e7c7a709ecb792be835be0.zip
added READ ME.TXT
Diffstat (limited to 'Code/Box2-Code/READ ME.txt')
-rw-r--r--Code/Box2-Code/READ ME.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Code/Box2-Code/READ ME.txt b/Code/Box2-Code/READ ME.txt
new file mode 100644
index 0000000..d5db13f
--- /dev/null
+++ b/Code/Box2-Code/READ ME.txt
@@ -0,0 +1,16 @@
+
+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
+