Skip to content

walidbadar/Wifi-Managment-for-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebUI

This webUI is specifically designed to dynamically connect to a WiFi AP using the browser.

webui

Usage

  1. Connect to Access point created by the Raspberry Pi.
  2. Open up a browser and navigate to http://raspberrypi.local
  3. Fill up the SSID and the psk
  4. Click the connect button. Wait for some time(2-3 minutes). Pi will restart itself and now it is good to go!

Dependencies

How to use

  • Navigate to the webui directory using cd webui
  • Run the command sudo python app.py

You can set the server to auto-start on boot using systemd

  • Create a file called server.service using cd sudo nano /lib/systemd/system/server.service
  • Add the following contents to the file
  • [Unit]
     Description=WiFi conf server
     After=multi-user.target
    
     [Service]
     Type=idle
     ExecStart=/usr/bin/python3 /home/pi/webui/app.py
    
     [Install]
     WantedBy=multi-user.target
    
  • Enable the service using sudo systemctl enable server
  • Start the service using sudo systemctl start server

About

Python Flask-Based WiFi Management System for Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published