-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Use the following to get a list of all addresses on the network:
nmap -sn 192.168.88.1/24
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]
This wiki and the project's README file contain a lot of information, take your time and read both. Read the CONTRIBUTING.md
file in the project before opening a pull request or an issue.
© Eastern Edge Robotics - www.easternedgerobotics.com
Introductions
- Home
- 1000ft overview
- Design rationale
- Configuration
Getting things done
- Quick start
- Getting Started/Workspace Setup
- Git-Cheatsheet
- Vagrant environment
- Connecting to the ROV network
- Walkthrough: Adding a feature
- Testing changes to the application
- Deploying the application
- Running the application topside
- Running the Picamera video feed
Development
Hardware and misc.