Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
Collapse sidebar
  • pub
  • wiki
  • Wiki
  • wiki_wifi_sniffing

wiki_wifi_sniffing · Changes

Page history
Update wiki_wifi_sniffing authored Aug 04, 2020 by Guido Voigt's avatar Guido Voigt
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 2 deletions
+15 -2
  • wiki_wifi_sniffing.md wiki_wifi_sniffing.md +15 -2
  • No files found.
wiki_wifi_sniffing.md
View page @ 79691e25
......@@ -5,8 +5,10 @@
this hard ware we recommend to be used for WiFi sniffing:
* [CSL USB 2.0 WLAN Adapter 300Mbit (2,4/5GHz)](https://www.amazon.de/gp/product/B00LLIOT34/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1)
* ![Bild](uploads/9dade57ecba2a155db45080b1b7aa341/813SDizswWL._AC_SL1500_.jpg)
* cost below 20USD/Euro
* ![Bild](uploads/9dade57ecba2a155db45080b1b7aa341/813SDizswWL._AC_SL1500_.jpg)
* cost below 20USD/Euro
* optional you can use a AirPcap NX
* optional Octoscope Device
This HW based on a Chipsatz: Ralink RT5572 and is Dual Freq. 2.4 and 5 GHz as well as it has RP-SMA Antenna Connectors. The standard Linux Kernel Driver has built in and enabled Monitor Mode which is needed to fetch all WiFi Traffic. By use of another WiFi Stick/Module please need make sure you will have a Driver with enabled Monitor Mode available.
......@@ -18,6 +20,17 @@ This HW based on a Chipsatz: Ralink RT5572 and is Dual Freq. 2.4 and 5 GHz as we
To setup and configure the WiFi HW driver, Linux Network Subsystem as well as Wireshark with all needed parameter we provide [here](uploads/9e42a63a7c00ffa051a42f1f82beaedd/ltrx_wifi_sniffer.sh) a Script to setup all automatic.
## generate data traffic
to generate traffic and test the performance use below commands or adapt them according to you needs:
* Setup Receive System (Linux PC/Laptop/Server)
* setup with iperf command : `iperf -s -u -i1`
* example : `iperf -s -u -i1`
* Setup Sender System (Linux PC/Laptop/Server)
* setup with iperf command : `iperf -c<IP of Receiver> -u -b<data rate in Mbit/s>M -i1 -t<how long in s>`
* example : `iperf -c192.168.1.2 -u -b1M -i1 -t900`
## Notes
* please use the WiFi interface of the HW you want to use `phy#*`
......
Clone repository
  • AVL Filesystem
  • BOLERO40_GNSS_improvement
  • BOLERO40_improvement_of_the_GNSS_performance
  • NFC_commands,_event,_dynamic_variable
  • Promotion_Kit_Settings
  • Workbench Mac Installation Readme
  • avl_aes_key_handling
  • avl_ble
  • avl_blueid
  • avl_config_commented_1
  • avl_ecodrive
  • avl_feature_list
  • avl_frp_main
  • avl_fw_update
  • avl_premium_feature_cpc
View All Pages