SkyRats / WifiConnection

This is a repository dedicated to setup a ssh connection between two computers, a host and a Single Board Computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WifiConnection

This is a repository dedicated to setup a ssh connection between two computers, a host and a Single Board Computer (referred as SBC)

The Host Computer:

In the host computer run the following setup:

git clone git@github.com:SkyRats/WifiConnection.git
cd WifiConnection/
bash host-setup.bash

To use this repository, simply run ./WIFICONNECTION.sh start whenever you want to become a hotspot. To disable the hotspot feature run ./WIFICONNECTION.sh stop

The Single Board Computer:

In the SBC run the following setup:

The hotspot of the host computer must be turned on and withing wifi range for this to work.

git clone git@github.com:SkyRats/WifiConnection.git
cd WifiConnection/
bash sbc-setup.bash

The SBC should automatically connect to your hotspot whenever it is available on boot.

About

This is a repository dedicated to setup a ssh connection between two computers, a host and a Single Board Computer


Languages

Language:C 79.2%Language:Shell 20.8%