-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
41 lines (32 loc) · 1.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This project was designed to control access to enter a site using RFID technology, keep history of employees entrance in a database (login & logout), email report and camera surveillance.
Communication from server to microcontroller (in charge of control of electrical lock, RFID reads, human selectable interface) is done via Xbee wireless communication.
Collected information can be analyzed in web application (PHP & MySQL)
System Features:
* Management:
- Create employee
- Create and assign RFID card to employee
- Change employee password
- View Employees Entrance Logs Locally and Remotely
- Send Email report of entrance logs (autogenerated excel file)
- Remote Surveillance (webcam)
- Web based door opening
* Employees:
Web:
- Login and logout record, only locally (connected to server LAN)
- Change account password
- View Entrance Logs
RFID:
- Login and Logout record
- Door opening
The following technologies are used:
* PHP
* Python
* Javascript
* jQuery
* HTML
* CSS
* MySQL
* Arduino
* Xbee Pro Wireless Communication
* RFID
* Linux