Skip to content

ankitprasad2005/probe_request_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probe request trafic management

Dependencies:

  • flask
  • pyserial
  • streamlit

How to run

Build and upload the probe/probe.ino to a ESP32.

To run backend (apis):

python routes.py

To run frountend:

streamlit run app.py

About

The ESP32 spits out serially the MAC address its RSSI (reversed signal strength indicator).

The routes.py creates api endpoints: /north /south /east /west. The code reades serial out from the ESP32 gets the count of unique MAC addresses in 60 sec. It gives all the 4 trafic data in {trafic: <int>} json.

The app.py is frountend simulating a frountend using streamlit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published