/WiFiProbe

Openwrt WiFi Probe, with http post to send data to server

Primary LanguageCApache License 2.0Apache-2.0

WiFiProbe

May 27th, 2018 Added

For Openwrt LEDE Device or resource busy (-16) problems, please make sure other apps which will occupy wireless interfaces like hostapd is uninstalled. And to obtain data this app needs, you should turn your WLAN card into monitor mode using command iw.

(This app is only tested using 802.11n WLAN card, so I cannot guarantee the performance using 802.11ac WLAN card, although it should work in theroy.)

May 25th, 2018 Added

Depends Missing Problem Sovled. Thanks for figoym(sorry for not understanding you at once) and Tianyi.

Introdution

Openwrt WiFi Probe, with http post to send data to server. You need to have a OpenwrtSDK to compile the source code. When it is done, you will get a IPK like "Scannerxxxxx.ipk". Switch your wireless network adapter to "monitor" mode, install this IPK, and tape Scanner in the shell. Then the node is sending data to your server.

When you get the IPK, make sure your Openwrt Router firmware has pcap & pthread installed.(Using muti-thread & pcap)

The data it sends is a json-form. Have fun.

About more details, please read my CSDN. http://blog.csdn.net/sunhaobo1996/

PS:Using libpcap to open an active Network interface, so you need to download libpcap and install it on your computer, or you will meet some .h header missing problems.Their website