0.2.1 • Published 8 years ago

rpi-wifi-setup v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

rpi-wifi-setup

Travis

Installation

$ sudo npm install -g rpi-wifi-setup
$ sudo rpi-wifi-setup install

Description

This npm package is designed to be installed globally on your Raspberry Pi to allow you to easily connect to Wifi Networks in a headless state.

Simply install this module globally with the above steps, and boot up your pi while a flash drive is connected. The flash drive should have a file at the top level named network.jsonthat looks like this:

/media
  /username
    /flashDriveName
      network.json

Inside network.json:

{
  "name": "nameOfWifiNetwork",
  "password": "passwordToWifiNetwork"
}

The Raspberry pi will automatically use these credentials to connect to the network. Easy!