🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

wifi-router

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wifi-router

NodeJS module execiting turn-off/on commands for your WIFI home router ### Install --- Install with [git](https://git-scm.com/)

0.0.4
latest
npm
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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
};

Keywords

telnet WIFI

FAQs

Package last updated on 12 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts