문제

I am working on a project with the NAO robot. Part of this project requires remotely connecting to the NAO robot outside of a shared network.

For example: I am at a friend's house and want to control my robot located in my home. However, I do not know how to get an external IP from NAO and therefore cannot connect to the robot unless I am in my own home.

Is it possible to assign/retrieve an external IP for remote use?

도움이 되었습니까?

해결책

It is possible. You have different possibilities:

a) Create a VPN (Virtual Private Network) between your friend's house and your house. With this solution, you will find your robot in your friend's network.

b) Configure your router to forward one public port of your public IP to your Nao's IP. Now you can send commands to your house's IP. The commands will be forwarded to the robot.

Indeed is the same problem that if you want to get the public IP of your laptop or tablet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top