moritzkreinsen / UniversalStudentIdentificationSystemUsingRFID

The aim of the project is to detect which student is entering and leaving the college. At the end of the month based on the attendance. The object of any RFID system is to carry data in suitable transponders, generally known as tags, and to retrieve data, by machine-readable means, at a suitable time and place to satisfy particular application needs. Data within a tag may provide identification for an item in manufacture, goods in transit, a location, the identity of a vehicle, an animal or individual. By including additional data the prospect is provided for supporting applications through item specific information or instructions immediately available on reading the tag. When the student enters the classroom the card reader would be placed in front of the teacher and the student has to swipe the card and his In-Time would be marked, and when the student leaves the class his Out-Time would be marked. The students whose both In-Time and Out-Time is marked will only be considered as present. In this project we implement Automated Attendance Marking, Unit Test Result Generation, Centralized Library Automation, Automated Computer Labs, SMS Module , Report Generation. An Auto Generated mail would be sent to the principal, teachers, parents, students of school regarding the new or events, attendance, mark sheet, yearly magazine. Every student, staff, alumni would be given a username, password and they can check information related to them. For e.g. parents would be able to see the detailed report of his child attendance, mark sheet etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniversalStudentIdentificationSystemUsingRFID

INSTALLATION SCRIPT FILE
Step 1: Open the project file using NetBeans IDE by using File->Open. If the IDE used at client end is Eclipse/RAD then import the project as File->Import and select the war file namely university to open the project.
Step 2: Create the database by first opening the database as the admin user using the password assigned during installation.
Step 3: Run the SQL script by either giving run latestdb.sql or copying all the contents of the script and pasting it which causes the SQL statements to be executed.
Step 4: Connect the RFID kit directly either to the COM port or if a direct COM port is not available in system then use a Prolific serial to user converter for the required Operating system. For Windows if the client side operating system is Windows 8 then choose the windows vista driver from the ProlificUSB website and install the same
Step 5: To deploy and run the application choose Run option by right clicking on the project.
Step 6: The web application will get deployed and open in the default browser or the Apache log will show the URL of the app which can be given in the address bar of any browser to open the application

About

The aim of the project is to detect which student is entering and leaving the college. At the end of the month based on the attendance. The object of any RFID system is to carry data in suitable transponders, generally known as tags, and to retrieve data, by machine-readable means, at a suitable time and place to satisfy particular application needs. Data within a tag may provide identification for an item in manufacture, goods in transit, a location, the identity of a vehicle, an animal or individual. By including additional data the prospect is provided for supporting applications through item specific information or instructions immediately available on reading the tag. When the student enters the classroom the card reader would be placed in front of the teacher and the student has to swipe the card and his In-Time would be marked, and when the student leaves the class his Out-Time would be marked. The students whose both In-Time and Out-Time is marked will only be considered as present. In this project we implement Automated Attendance Marking, Unit Test Result Generation, Centralized Library Automation, Automated Computer Labs, SMS Module , Report Generation. An Auto Generated mail would be sent to the principal, teachers, parents, students of school regarding the new or events, attendance, mark sheet, yearly magazine. Every student, staff, alumni would be given a username, password and they can check information related to them. For e.g. parents would be able to see the detailed report of his child attendance, mark sheet etc.


Languages

Language:Java 67.7%Language:HTML 17.4%Language:JavaScript 10.2%Language:CSS 4.7%