summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/20-07-2011/classClient.py
diff options
context:
space:
mode:
authortriatmoko2011-07-18 17:08:49 +0200
committertriatmoko2011-07-18 17:08:49 +0200
commit0142e3a74f820177775a3d476c0651f4629026b6 (patch)
treeb8f25ba041373dc0753e2336d9e7b1c9a475e97d /For Weekly Test/20-07-2011/classClient.py
parentChanged the code to make it more smoothly working. (diff)
downloadgsm-selftest-0142e3a74f820177775a3d476c0651f4629026b6.tar.gz
gsm-selftest-0142e3a74f820177775a3d476c0651f4629026b6.tar.xz
gsm-selftest-0142e3a74f820177775a3d476c0651f4629026b6.zip
modified controller.
Diffstat (limited to 'For Weekly Test/20-07-2011/classClient.py')
-rw-r--r--For Weekly Test/20-07-2011/classClient.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/For Weekly Test/20-07-2011/classClient.py b/For Weekly Test/20-07-2011/classClient.py
index 625e48e..ce02d19 100644
--- a/For Weekly Test/20-07-2011/classClient.py
+++ b/For Weekly Test/20-07-2011/classClient.py
@@ -64,11 +64,3 @@ class Connection:
else:
return 0
-#MAIN PART
-x = Connection('localhost',50008)
-print x.connect()
-x.sendData('hello server :)')
-print x.receiveData()
-x.sendData('I send you another message')
-x.closeConnection()
-