##// END OF EJS Templates
imanay -
r55:56
parent child
Show More
@@ -42,7 +42,7
42 42 No newline at end of file
43 43 print "\nWaiting some data" No newline at end of file
44 44 trama_rx, self.answer = self.socket_c.recvfrom(nbytes)
45 No newline at end of file
45 print "\nThis socket has received some data" No newline at end of file
46 46 print self.answer No newline at end of file
47 47 ipSource, ipDestino, cmd, data = self.__getTrama(trama_rx) No newline at end of file
48 48 No newline at end of file
@@ -97,7 +97,7
97 97 #Needed for the loop No newline at end of file
98 98 rx_frame_list = self.datarx.split('\n',2) No newline at end of file
99 99
100 No newline at end of file
100 experiment_name = rx_frame_list[0] No newline at end of file
101 101 experiment_number = rx_frame_list[1] No newline at end of file
102 102 str_control_modules = rx_frame_list[2] No newline at end of file
103 103 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now