Python Forum
Acces Wifi router and scan all the available networks through router - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Acces Wifi router and scan all the available networks through router (/thread-25142.html)



Acces Wifi router and scan all the available networks through router - jenkins43 - Mar-21-2020

Hi, I am trying to access wifi router through Ethernet and scan all the networks available nearby to wifi using python, being new to this field need some suggestions which will be a helpful example for to make it work.


Your suggestion on this will be really helpful


RE: Acces Wifi router and scan all the available networks through router - Larz60+ - Mar-21-2020

perhaps this package: https://pypi.org/project/iw-parse/
or similar: https://pypi.org/search/?q=iwlist


RE: Acces Wifi router and scan all the available networks through router - DeaD_EyE - Mar-21-2020

You want to use the WLAN-Scanning-Function on your Wifi-Router or do you want to do it locally on your computer with a Wifi-Dongle?


RE: Acces Wifi router and scan all the available networks through router - jenkins43 - Mar-21-2020

Well, I am not that much good with technical terms but I can explain my problem statement:

Actually I have a desktop which is connected to one unmanaged switch which is further connected to 2 wifi-routers and I want to make both routers work as a client which receives the signal of another router like if I switch on my mobile hotspot I 'll be able to scan it through the wifi routers which are connected with Desktop via unmanaged Switch.

Note: I have given local IPS to both Wifi Routers.

Hope this will be useful