UNPKG

hostapd_switch

Version:

Utility to easy switch between client mode and ap mode.

9 lines (6 loc) 212 B
import WlanSwitch from '../index'; const verb = require('verbo'); const conf = require('./conf.json') conf.wpasupplicant_path=__dirname+'/wpa_supplicant.conf' const WS=new WlanSwitch(conf,true) console.log(WS)