Mesh/Firmware/Overview

Accessing Home Node via SSH =

NOTE: This is a work in progress. These notes are not necessarily accurate.

You should be able to connect to your device via one of the WiFi SSID's detected by your computer. Inspect the network settings assigned to your machine to discover the gateway address, which is the IP address of your home node.

Once you've obtained this IP address, make sure to write it down. You can use it to SSH into your home node when you are connected to the SudoMesh network. Alternatively you can always connect to the private network port of your home node (port 3) and SSH into the node as root on 172.30.0.1

  ssh root@172.30.0.1