Listen on all ips for now
This commit is contained in:
parent
104e7cf0fb
commit
563d82c5f9
@ -50,7 +50,7 @@ class TCPServer(Thread):
|
||||
with open('/home/cole/Downloads/hexapod/software/raspberry pi/config.json', 'r') as read_file:
|
||||
self.config = json.load(read_file)
|
||||
|
||||
self.ip = '192.168.1.127'
|
||||
self.ip = '0.0.0.0'
|
||||
self.port = 1234
|
||||
self.tcp_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user