-
Notifications
You must be signed in to change notification settings - Fork 3
How to connect to the Legendary car
X. Ethernet
The car runs a static IP 192.168.137.124 on ethernet
To connect to it, you need your computer to also have a static IP in the same network. Connect with a link-local network connection with IP 192.168.137.1
Or you can setup a manual connection using Network Manager. Below are the settings I used for my computer (Ubuntu 14.04)
Set up a static IP on your computer.
edit the file /etc/network/interfaces
and add the following lines:
iface eth0 inet static
address 192.168.137.1
gateway [192.168.137.1] 0.0.0.0
netmask 255.255.255.0
you may also need to tweak the /etc/NetworkManager/NetworkManager.conf
file, with:
managed=true
Y. Wireless
The wireless card is using the address 192.168.0.124 for the car.
- Turn on the Legendary router.
- Connect to the network [Carolo] with password [cclinaro]
On this mode, components can be started on different computers and be connected still.
To login, you can use any remote desktop application and connect to the static ip of the card, depending on the chosen mode.
you can login with the following credentials:
username:root
pasword:odroid
or
username:odroid
password:odroid
You can use ssh to the car using this if you are connected to the Ethernet or Wifi respectively using
`ssh 192.168.137.124 -l odroid (or) root `
`ssh 192.138.0.124 -l odroid (or) root `
Note: Make sure you do not change the IP of the car, In case this is done, make sure the team knows the new IP