Skip to content

seze4251/college-PeopleTracker-C4C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

People Tracker
Author: Cesar Galan

The goal of this project is to count the amount of people going into each station in order to minimize food thrown away

Techniques used in solving this problem:
1) Ultrasonic Sensor gather data
2) Every 15 minutes send data through TCP/IP to mothership Pi
3) Mothership use multithreading to handle connection with all daughterships
4) Save data on SQL database
5) Update HTML website with new data

TODO:

1) Fix display of the current of number of people instead of total - Done
2) Fix time display on showing records
3) Static IP for mothership
3) Add connection indication

About

This code is to track people and upload it to a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • HTML 16.1%
  • Python 13.1%
  • CSS 6.0%