Sha256: 0cfba0b3ab94a2837f560619996588e7fd39d6612db077709126963a312dbe84

Contents?: true

Size: 756 Bytes

Versions: 16

Compression:

Stored size: 756 Bytes

Contents

# WpaCliWeb

This gem provides a web interface for configuring Wifi connections on
systems that include the `wpa_cli` command line interface to the
`wpa_supplicant` tool. It was written to allow configuration of the
Wifi on a Raspberry Pi when a keyboard and monitor is difficult to
connect (in embedded applications for example).

## Installation

    $ gem install wpa_cli_web

## Usage

    $ wpa_cli_web start

This will start the web interface on the default port 3000. Run
`wpa_cli_web -h` for further options.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
wpa_cli_web-0.0.17 README.md
wpa_cli_web-0.0.15 README.md
wpa_cli_web-0.0.14 README.md
wpa_cli_web-0.0.13 README.md
wpa_cli_web-0.0.12 README.md
wpa_cli_web-0.0.11 README.md
wpa_cli_web-0.0.10 README.md
wpa_cli_web-0.0.9 README.md
wpa_cli_web-0.0.8 README.md
wpa_cli_web-0.0.7 README.md
wpa_cli_web-0.0.6 README.md
wpa_cli_web-0.0.5 README.md
wpa_cli_web-0.0.4 README.md
wpa_cli_web-0.0.3 README.md
wpa_cli_web-0.0.2 README.md
wpa_cli_web-0.0.1 README.md