1.2.2 • Published 7 years ago

wifinder v1.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

wifinder

WiFinder automatically connects your Espruino to one of your predefined networks.

Installation

Option 1

  1. Navigate to the Modules folder of your ESPRUINO WEB IDE
  2. npm install wifinder
  3. move the WiFinder.js to the Modules root folder

Option 2 (recomended)

  1. Enable 'Load modules from NPM' inside the ESPRUINO WEB IDE (Settings > Communications)

Usage

var WiFinder = require('WiFinder');
var wifis = [{ ssid : 'net1', pwd : 'netOne' },
             { ssid : 'net2', pwd : 'netTwo' }];
			 
WiFinder(wifis, function(err, theConnectedAp){
	... do something after connected or error
});

Dependencies

http

License

MIT

1.2.2

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago