Skip to content

Connecting to the ROV network

Whymarrh Whitby edited this page Mar 25, 2016 · 3 revisions

This page describes the how to connect to the ROV's network and subsequently individual devices on the network.

Mapping the ROV network

Use the following to get a list of all addresses on the network:

nmap -sn 192.168.88.1/24

Connecting to a Pi on the network

Once your machine is connected to the ROV network, you can connect to a Pi via SSH (both a protocol and a command). If the Pi's IP address is 192.168.88.13, for example:

sshpass -p raspberry ssh [email protected]
Clone this wiki locally