This commit is contained in:
boccioli_m
2017-10-17 16:07:12 +02:00
parent 675a5c13db
commit 7d9da2375a
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ class UDPDatagram:
try:
# get the ip address and send
print 'here should sendto:', self.serverName, self.serverPort
print 'message: ', message
print 'message: ', binascii.hexlify(message)
#self.sock.sendto(message, (self.serverName, self.serverPort))
#except socket.error, msg:
except msg:
@@ -235,7 +235,7 @@ class UDPDatagram:
# now keep talking with the client
while 1:
# receive data from client (data, addr)
print 'here should receive data'
print 'here should receive data' ; data = ['bla']*30
#data, addr = self.sock.recvfrom(1024)
if not data:
print 'End of data or no data'

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Tue Oct 17 14:50:06 CEST 2017
#Tue Oct 17 16:06:54 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test