Simple RFID access control system linked to AD
Go to file
Paul Gonçalves Monnet c654682ee5 Add the linux server setup part with :
- 3. Clone the Repository
    - 4. Create the .env File
    - 5. Build and Run the Docker Container
- Add a summary
2024-05-31 13:57:36 +02:00
Client Add documentation 2024-05-30 23:21:52 +02:00
Docs Add the linux server setup part with : 2024-05-31 13:57:36 +02:00
Server Update Webserver.py 2024-05-22 20:28:39 +02:00
.gitignore add all files 2024-05-22 12:32:30 +02:00
LICENSE Initial commit 2024-03-02 15:57:05 +01:00
README.md Add documentation 2024-05-30 23:21:52 +02:00

RF-AD

This project implements an access control system using LDAP and SQLite. It includes a web interface for managing doors and users, as well as a web API for validating RFID tags. It was developped for the final project of my BTS SNIR (French for an IT and electronics Degree).

Prerequisites

Setup Instructions

1. Build the reader

➡️ Here is the guide

2. Install the server

➡️ Here is the guide

3. How to use

➡️ Here is the guide

Licence

This project is licensed under the MIT License. See the LICENSE file for details.