0.0.4 • Published 6 years ago

wifi-router v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

turn-on-off-wifi

NodeJS module execiting turn-off/on commands for your WIFI home router

Install


Install with git

$ git clone https://github.com/RagazziMoscow/turn-on-off-wifi.git

Using

CD into the main project directory and then type node app.js and command you need for turning on/off for WIFI.

node app.js [up | down]

Properties into app.js

var params = {
  host: '192.168.1.1',
  port: 23,
  username: "admin",
  password: "admin",
  shellPrompt: '#',
  timeout: 2500,
  debug: true
};
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago