Socket
Book a DemoInstallSign in
Socket

mt7688-wifi-up

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mt7688-wifi-up

Support psk2 and wep to connect the WiFi network.

0.0.3
latest
Source
npmnpm
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

mt7688-wifi-up

Connect the WiFi network for MTK 7688 duo.

Features

  • Support the PSK and the WEP.

Installation

Install directly via NPM

$ npm install mt7688-wifi-up

Getting started

Write the main application (app.js)

"use strict";
var WiFi = require('mt7688-wifi-up');
var List = [
  {enc: 'psk2', name: 'test1', passwd: 'test1'},
  {enc: 'wep', name: 'test2', passwd: '3434343434'},
  {enc: 'psk2', name: 'test3', passwd: 'test3'},
  {enc: 'psk2', name: 'test4', passwd: 'test4'},
  {enc: 'psk2', name: 'test5', passwd: 'test5'},
  {enc: 'psk2', name: 'test6', passwd: 'test6'},
]
var wifi = new WiFi();

wifi.uciscan(function(){
  wifi.cache(List, function(err, ap){
    wifi.uciset(function(){
      wifi.wifiup(function(){});
    });
  });
});

Run the main application (app.js)

$ node app.js

License

Licensed under the MIT License

Authors

Copyright(c) 2016 Wesley Tsai<wesleyboy42@gmail.com>

Keywords

psk2

FAQs

Package last updated on 20 Jun 2016

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.