summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Website/index.php~22
-rw-r--r--Website/startSoftware.py14
2 files changed, 0 insertions, 36 deletions
diff --git a/Website/index.php~ b/Website/index.php~
deleted file mode 100644
index 3d534e6..0000000
--- a/Website/index.php~
+++ /dev/null
@@ -1,22 +0,0 @@
-<head><TITLE>test software</TITLE></head>
-<strong><h2>What Kind of Test do you want??</h2></strong>
-
-<FORM ACTION="../cgi-bin/mycgi.pl">
-
-<INPUT TYPE=CHECKBOX NAME="All_Test"> All Tests<BR>
-<INPUT TYPE=CHECKBOX NAME="GSM_part"> GSM Side<BR>
-<INPUT TYPE=CHECKBOX NAME="SIP_Part"> SIP Side<BR>
-<INPUT TYPE=CHECKBOX NAME="sip_gsmrz1"> SIP to GSM RZ1<BR>
-<INPUT TYPE=CHECKBOX NAME="sip_gsmrz2"> SIP to GSM RZ2<BR>
-<INPUT TYPE=CHECKBOX NAME="sip_gsmrz3"> SIP to GSM RZ3<BR>
-<INPUT TYPE=CHECKBOX NAME="sip_landln"> SIP to Landline<BR>
-<INPUT TYPE=CHECKBOX NAME="sip_sipuniv"> SIP to SIP University Phone line<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz1_sip"> GSM RZ 1 to SIP<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz2_sip"> GSM RZ 2 to SIP<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz3_sip"> GSM RZ 3 to SIP<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz2"> GSM RZ 1 to GSM RZ 2<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz1_gsmrz3"> GSM RZ 1 to GSM RZ 3<BR>
-<INPUT TYPE=CHECKBOX NAME="gsmrz2_gsmrz3"> GSM RZ 2 to GSM RZ 3<BR>
-<BR>
-<INPUT TYPE=SUBMIT VALUE="submit">
-</FORM>
diff --git a/Website/startSoftware.py b/Website/startSoftware.py
deleted file mode 100644
index 191f66e..0000000
--- a/Website/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 /home/gsmselftest/gsm-selftest/For\ Weekly\ Test/tricode/gsmselftest-website2.py'])
- print server.closeConnection()
- del server
-