Skip to content

macTracyHuang/ROS_WiFi_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS_WiFi_Scanner

This Repo collects wifi fingerprint and publishes it on ROS which you can record or subscribe of for other purposes.

It is motivated by wifi_scan and modified from pifi-slam.

In wifi_scan, "Failed to read scan data : Argument list too long" occurs when the number of AP is too large because it's based on iwlist, whereas iw works fine.

Install iw tool

sudo apt-get update
sudo apt-get install iw

Build ,Compile, Install

mkdir build
cd build
cmake ..
make
make install

Add access to py file

chmod +x scripts/scan.py

Run

rosrun wifi_scan scan.py

About

Wifi Fingerprint Scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published