Skip to content

Advanced Attendance Recording System for the members of FOSS@Amrita.

Notifications You must be signed in to change notification settings

rnbwdsh/attendance-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Trac

LabTrac is an advanced Attendance Recording System designed by amFOSS, for the members of FOSS@Amrita. Tracks list of amFOSS WiFi networks near you.

How it Works?

  1. Runs a cron job script on the member's machine, at regular intervals.
  2. During the installation, the member will have to save the amFOSS CMS credentials on their machine, which will be then, used for authenticating the user.
  3. NodeMCU creates a random WiFi Network for every 5 mins (akin to something like, 'amFOSS_XXXXXXXXXXX').
  4. The member's machine will search for the amFOSS WiFi network in list of WiFi Networks (BSSID) around it.
  5. All this data, along with the credentials will be sent to amFOSS CMS server through API at regular intervals as AttendanceLogs.

Installation Instructions

Run the following command in your terminal and then, enter your amFOSS CMS Credentials

wget https://raw.githubusercontent.com/amfoss/attendance-tracker/master/install.sh -O install.sh ; bash -e install.sh

Update Your Credentials

This should be done whenever you change your password.

For Linux

sudo python3 /opt/attendance/get_and_save_credentials.py

For Mac

sudo python3 ~/.attendance/get_and_save_credentials.py

About

Advanced Attendance Recording System for the members of FOSS@Amrita.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.0%
  • Shell 44.3%
  • C++ 9.7%