2020-HelloWorld / MeshNetworkAnalysis

Approach to detect mesh networks among other networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshNetworkAnalysis

Approach to detect mesh networks among other networks

Creating Mesh Network

sudo service network-manager stop / systemctl stop NetworkManager
sudo ip link set wlo1 down

sudo iwconfig wlo1 mode ad-hoc
sudo iwconfig wlo1 channel 1
sudo iwconfig wlo1 essid Kavach
sudo iwconfig wlo1 key 1234567890
sudo iwconfig wlo1 ap 12:3E:30:39:BE:A1
sudo ip link set wlo1 up
sudo ip addr add 169.254.34.2/16 dev wlo1
ping 169.254.34.2

https://bbs.archlinux.org/viewtopic.php?id=230151
https://help.ubuntu.com/community/WifiDocs/Adhoc

About

Approach to detect mesh networks among other networks


Languages

Language:Python 74.6%Language:HTML 25.4%