Android Open Source application to poll attendance in classes/lecture halls using WLAN
https://ieeexplore.ieee.org/document/8474885
https://github.com/Vieper1/WLAN-Attendance-Marker/blob/master/WLAN.pdf
a. The Darkest circles show roll numbers not registered
b. The Non-Filled circles show registered numbers that are absent during the session
c. The White-Filled circles show numbers that were present in the session
- Download zip
- Extract to convenient location
- Open Android Studio
- File > 'Open Project' > browse and select the folder you just extracted
- Gradle build. Install dependencies if asked
Procedure for the Professor's side of the app
- Create a class
- Enter size/class strength
- You'll have a grid view of all roll numbers
- Add students to the class
- Create session (Lecture session) 5.1 You can edit the session length and polling rates from the settings menu
- Let it poll till the end of lecture
- Get stats
Procedure for the Student's/Attendee's side of the app
- Open the app
- Log into your gmail account
- Check if your mobile supports SSIDs with special characters
- Use 'Show QR Code' to enroll into any class
- When needed/before lecture, turn on the application and let it switch on the WIFI-Hotspot
- Your attendance polling begins once the host starts the session
- Database functionality to aggregate attendance data collected and produce stats, e.g. Weekly average of a particular student
- Automatic mailing in case a weekly/monthly average goes below a threshold
- Optimize the AttendanceService to improve phone's Stay-ON time