Access to the Onboard Computing Module Using Hostname
Introduction
The Vertex One onboard computing module can be accessed through the network, either via a LAN cable or Wi-Fi. The easiest way is to use the Robot Discovery feature of Avular Cerebra Lab, this automatically discovers all Vertex One's in your local network.
Connection Without Cerebra Lab
Apart from using Cerebra Lab to connect to your Vertex One, you can easily connect to it using the hostname of the device.
-
Locate the Serial Number of your Vertex One - Remove PowerPack, so that you can reach the the bottom of the body with the label
-
The onboard computing module's hostname is set to
vertex<SN>
(Change SN for the serial number of your Vertex One.) -
Test the connection - ping it using
ping vertex<SN>.local
-
Connecting to the onboard computing module can then easily be done by using the hostname
ssh avular@vertex<SN>.local
.
Note
It is recommended to always ssh using -A
to enable SSH-key forwarding, which means you will be able to access your private repositories, without storing any SSH keys on the Vertex One itself (for a more detailed explanation, click here (External Link))
Alternative ways of connecting to the Vertex One are described here
Warning
Changing the network configuration of the compute module might interfere with being able to interface through the ethernet port.