Startup
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user