Python Forum
doing measures on a wireless network interface on Linux - methods and tools
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
doing measures on a wireless network interface on Linux - methods and tools
#1
dear fellow - python-experts.


doing measures on a wireless network interface on Linux

we have various options to do some tests on that:


we have

a. https://github.com/uoaerg/wavemon wavemon is an ncurses-based monitoring application for wireless network devices on Linux.

b. iwconfig command - which is pretty similar to ifconfig command; The iwconfig command
gives back the basic wireless parameters like the ssid, mode, channel, bit rates, and even the encryption key,
additional we have the power and much more.


Sample outputs:
Quote:wlan0 IEEE 802.11abgn ESSID:"FritzBox"
Mode:Managed Frequency:5.18 GHz Access Point: 74:54:54:64:37:FC
Bit Rate=5 Mb/s Tx-Power=23 dBm
Retry long limit:6 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=45/60 Signal level=-64 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:28 Missed beacon:0



the output we can see above in the iwconfig command we can see a bunch of information:

At first sight we can see the
Quote:MAC protocol - and the name that this protocoll has used
ESSID (Network Name)
The NWID
The frequency (or channel that is currently used)
The sensitivity of the WLAN
The mode of operation of the WLAN
Access Point address
The bit-rate
The RTS threshold of the system
The fragmentation threshold
The encryption key
The power management settings - very very interesting too

well we often use the iw command.

But what do we do if we want to see all connection the system (NetworkManager) has:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  wireless question DPaul 5 2,212 Aug-10-2022, 06:02 AM
Last Post: DPaul
  Data visualization tools. Help! suslorrs 2 2,509 Oct-12-2018, 05:06 PM
Last Post: suslorrs
  Tradng tools/Trading strategies. PyForumUser 3 2,882 Sep-10-2018, 04:21 AM
Last Post: pcsailor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020