summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/tricode/startSoftware.py
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/tricode/startSoftware.py')
-rw-r--r--notFinishedCode/tricode/startSoftware.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/notFinishedCode/tricode/startSoftware.py b/notFinishedCode/tricode/startSoftware.py
deleted file mode 100644
index 02e4f6a..0000000
--- a/notFinishedCode/tricode/startSoftware.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import ServerClass
-import subprocess
-
-while 1:
- server = ServerClass.ServerHandler(34600)
- tried = server.openSocket()
-
- test = server.receiveData(2)
- if test == 'START APP':
- print 'start'
- subprocess.Popen(args=['gnome-terminal','--command=python gsmselftest2.py'])
- print server.closeConnection()
- del server
-