Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 230 Bytes

File metadata and controls

22 lines (14 loc) · 230 Bytes

hostapdjs

Install

npm i hostapdjs

Usage

var hostapd = require('hostapdjs').default;

hostapd({
   interface: 'wlan0',
   ssid: 'MYNETWORK',
   wpa_passphrase: 'password' //Optional
});