24 lines
577 B
Markdown
Executable File
24 lines
577 B
Markdown
Executable File
```yaml
|
|
project: LogAuth
|
|
version: 2.0-1
|
|
developers:
|
|
- xdrm-brackets
|
|
```
|
|
|
|
#### Introduction
|
|
This project's aim is to help manage any kind of set of resources. For instance it could manage machines in a park, doors in a hotel, cars in a company park, etc.
|
|
|
|
The main functionalities are to :
|
|
1. Identify each user with a RFID card.
|
|
2. Give access or not to these resources.
|
|
3. Log every access to resources.
|
|
|
|
|
|
#### System elements
|
|
The system contains 2 types of elements:
|
|
- SMMP (Secure Management and Monitoring Platform)
|
|
- SATS (Secure Authentication and Tracking System)
|
|
|
|
|
|
|