Secure Management and Monitoring Platform
Go to file
xdrm-brackets 028fec4cee Simplified file system for `Viewer` + updated .ico (with svg and transparent background and bigger size) + updated iconv3 2017-01-11 17:31:59 +01:00
build Simplified file system for `Viewer` + updated .ico (with svg and transparent background and bigger size) + updated iconv3 2017-01-11 17:31:59 +01:00
config Created `historyDefault` module and `history` repo (to implement and complete) + create twig view `history` and refactored history view with database 2017-01-11 16:28:21 +01:00
lib Fixed user_groups.twig because it was `id_cluster` instead of 2017-01-09 14:49:00 +01:00
phpunit Update [Database] to [DatabaseDriver] which can handle multiple databases 2016-11-05 14:57:35 +01:00
public_html Simplified file system for `Viewer` + updated .ico (with svg and transparent background and bigger size) + updated iconv3 2017-01-11 17:31:59 +01:00
.gitignore Added *.lock files to .gitignore 2017-01-09 08:31:37 -05:00
.htaccess Upgrade framework's structure 2016-10-18 16:03:03 +02:00
LICENSE Refactor module 'machineDefault' et repo 'machine' pour que soit un param du repo, mais automatiquement rempli par le module 2016-07-06 11:56:17 +02:00
README.md Updated quickly README.md 2017-01-06 10:27:30 +01:00
autoloader.php Added `COMPOSER` and `Twig` with it 2017-01-06 15:51:11 +01:00
todo.md Update [Database] to [DatabaseDriver] which can handle multiple databases 2016-11-05 14:57:35 +01:00

README.md

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)