# wlanupd **Repository Path**: oodolabs/wlanupd ## Basic Information - **Project Name**: wlanupd - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wlanupd > Wireless WiFi Setup Daemon ## Usage ### How to Install ```sh $ npm install wlanupd -g ``` ### Getting Started ... ### BLE Wlan Configuration [See here](README_BLE.md) ### Add a new wireless interface for AP Add a new wireless interface named `ap0` used for `HostAP`. ```bash sudo iw dev wlan0 interface add ap0 type __ap ``` Reference [here](https://www.raspberrypi.org/forums/viewtopic.php?t=138730)