@@ -8,7 +8,7 | |||||
8 | No newline at end of file |
|
8 | ||
9 | class ABSClient: No newline at end of file |
|
9 | class ABSClient: | |
10 |
|
10 | |||
No newline at end of file |
|
11 | def __init__(self,ipSource="localhost", ipDestino="192.168.1.117", portDestino=7000): No newline at end of file | ||
11 | def __init__(self,ipSource="localhost", ipDestino="192.168.1.100", portDestino=7000): No newline at end of file |
|
|||
12 | No newline at end of file |
|
12 | ||
13 | self.ipSource = ipSource No newline at end of file |
|
13 | self.ipSource = ipSource | |
14 | self.ipDestino = ipDestino No newline at end of file |
|
14 | self.ipDestino = ipDestino |
@@ -86,7 +86,8 | |||||
86 | self.ipDestino = ipDestino No newline at end of file |
|
86 | self.ipDestino = ipDestino | |
87 | self.portDestino = portDestino No newline at end of file |
|
87 | self.portDestino = portDestino | |
88 | self.addr = (ipDestino,portDestino) |
|
88 | self.addr = (ipDestino,portDestino) | |
No newline at end of file |
|
89 | |||
89 | self.addr2 = ("none",0) No newline at end of file |
|
No newline at end of file | ||
|
90 | self.sc = "none" No newline at end of file | |||
90 | self.answer = "none" #test No newline at end of file |
|
91 | self.answer = "none" #test | |
91 | self.mode = "none" No newline at end of file |
|
92 | self.mode = "none" | |
92 | No newline at end of file |
|
93 |
General Comments 0
You need to be logged in to leave comments.
Login now