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