Socket
Socket
Sign inDemoInstall

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/)


Version published
Maintainers
1
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc