Skip to content

Devices counting algorithm using Wi-Fi Probe Requests in a wireless network

Notifications You must be signed in to change notification settings

koba/wifi-probe-request-devices-counter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

people-wifi-counter

Build

Linux

  1. Install dependencies

   apt-get install cmake g++ gdb git libpcap-dev libssl-dev

  1. Compile libtins

     git clone https://github.com/mfontanini/libtins.git
    
     cd libtins
    
     mkdir build
    
     cd build
    
     cmake ../ -DLIBTINS_ENABLE_CXX11=1
    
     make
    
     make install
    
  2. Build

   cmake --build /build --target all

About

Devices counting algorithm using Wi-Fi Probe Requests in a wireless network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.0%
  • CMake 7.0%