...
So, the SSH login command would look like:
Code Block |
---|
$ ssh user@<navqplus-ip> |
Phase 2. iRobot3 Create3 Hardware Setup
...
On your desktop PC, open a terminal application and type in the following command:
Code Block $ ssh user@<navqplus-ip> -L 8010:192.168.186.2:80
Log in to the NavQPlus console using “user”/“user” username and password.
Leave the terminal window opened, open a web browser, and type in
http://127.0.0.1:8010
in the address line.Select the Connect menu as shown on the picture below.
In the connect page select or type in the WLAN SSID and password, and the press connect button as shown below.
Upon successful connection you would see the following message.
Press the Connect menu button again. On the page you would see the IP address of the robot.
Close the terminal window and type in the Robot’s IP address in the browser address line.
If all is good, then you would end up with the same invitation page as at the address
127.0.0.1:8010
...