Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.19 KB

File metadata and controls

59 lines (44 loc) · 1.19 KB

wifidump

install

install wifidump via homebrew:

  $ brew tap ironbiff/wifidump
  $ brew install wifidump

commandline options

Several options are available using the command line:

-v | --version     show current version
-i | --internal    run (university) internal iperf performance test
-e | --external    run (university) external iperf performance test
-h | --help        show help

versions

0.5

  • add Windows 10 cygwin support
  • add several options to controll iperf
  • add external iperf
  • add help

0.4

  • add support for linux based operating systems

0.3

  • change parsing line selection from sed to grep
  • remove bandwidth because of wrong and unimportant imformation
  • add some styling
  • wording
  • adding time and date
  • catching iperf errors
  • add -v parameter for current version

0.2

  • rename file from wifi_dump.sh to wifidump

0.1

  • initial output with:
    • name of client
    • mac address of client
    • network ssid
    • mac of access point
    • last transmistion rate
    • current channel
    • connections bandwidth
    • iperf result summary
  • provide via homebrew

Thanks to

@ironbiff, @niyawe, @matrode