# WiFi-Manager **Repository Path**: ElvisLin/wi-fi-manager ## Basic Information - **Project Name**: WiFi-Manager - **Description**: WiFi management API, based on wpa_supplicant - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-10 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Description Linux WiFi Manager open source. Based on wpa_supplicant, support scan, connection and basic WiFi information display. # Modules 1. C logging library zlog from https://github.com/HardySimpson/zlog 2. Simple list. list from https://gitee.com/cily.mo/list 3. Timer library based on POSIX timer c_timer from https://gitee.com/cily.mo/c_timer # How to use. ## Dependency. The project build by cmake, so please make sure that you have installed cmake, if not $ sudo apt-get install cmake ## Compile. 1. $ git submodule init && git submodule update 2. $ mkdir build && cd build 3. $ cmake .. 4. $ make