Secure Management and Monitoring Platform
Go to file
xdrm-brackets fb2cea231a Remove HttpRequest from constructor but only for remote(), so not an argument anymore 2017-05-12 23:50:41 +02:00
build Remove HttpRequest from constructor but only for remote(), so not an argument anymore 2017-05-12 23:50:41 +02:00
config [update] Renamed `init` to `sync` and `sync` to `update` 2017-05-10 14:05:24 +02:00
lib update composer + added grumphp with phplint to / 2017-05-12 17:15:05 +02:00
phpunit Phpunit 1 2017-05-12 22:40:51 +02:00
public_html Remove HttpRequest from constructor but only for remote(), so not an argument anymore 2017-05-12 23:50:41 +02:00
.gitignore Phpunit 1 2017-05-12 22:40:51 +02:00
.htaccess Upgrade framework's structure 2016-10-18 16:03:03 +02:00
README.md Updated quickly README.md 2017-01-06 10:27:30 +01:00
autoloader.php Updated database to use sha512 (128 char. long) + machine creation with unlock_code/token to NULL + [TODO] machine unlock management 2017-02-19 12:14:03 +01:00
composer.json Phpunit 1 2017-05-12 22:40:51 +02:00
grants.sql Added SQL data 2017-05-10 09:58:57 +02:00
grumphp.yml added grumphp/phpunit and grumphp/jsonlint 2017-05-12 17:26:12 +02:00
logauth.sql Added SQL data 2017-05-10 09:58:57 +02: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)