xidameng / BW16-RTL8720DN-Sniffer

Presence detection using RTL8720DN 2.4G/5G Dual Bands Wifi Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文


RTL8720-Sniffer

Presence detection using RTL8720DN 2.4G/5G Dual Bands Wifi Module

Features

  • no connection needed, no passwords used
  • passive scan
  • scan channels used by stations
  • scan a range of channels only
  • modify the scanTimePerChannel
  • auto-repeat scans

Used Libraries

Hardware

Usage

The following Commands are availabe via USB-Serial (115200 Baud):

  • filter [mac] -> set MAC-Address of the searched device

  • station [-v] -> list all availabe wifi-stations in 2.4G/5G Spectrum

  • scan [from] [to] [-v] [-r] -> look for MAC-Addresses on specified channels

    • Channel 1..13 for 2.4 GHz (802.11b/g/n/ax)
    • Channel 32..173 for 5 GHz (802.11a/h/j/n/ac/ax)
    • Repeat this command using -r
    • Display all found MAC-Addresses using -v
  • time [h] [m] [s] -> set the internal clock

About

Presence detection using RTL8720DN 2.4G/5G Dual Bands Wifi Module

License:MIT License


Languages

Language:C++ 100.0%