Reputation: 11
I think the IP address and port number are correct checked by using ifconfig at server side, and the port is not bind by others at server side. So, I guess the problem is at client side. I have attached the running results at client side and netstat result on server side (PC). They are all under the same wifi. Server IP is 10.42.0.197 and port # is 14450, the client ip is 10.42.0.1. The client side (TX2 board) still cannot bind the ip and port.
.
Upvotes: 0
Views: 1023
Reputation: 4420
Try to check the interface associated with the IP you wanted to bind on client side. If you did not find any related IP then there is no associated connection with this IP. Resolve the connection issue and retry. Use netstat
or ifconfig
or ipconfig
to check interfaces. This command vary per OS, check for the one that supports.
Upvotes: 0