Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leosac/access-control
Leosac Access Control - Open Source Physical Access Control System
https://github.com/leosac/access-control
access-control
Last synced: about 1 month ago
JSON representation
Leosac Access Control - Open Source Physical Access Control System
- Host: GitHub
- URL: https://github.com/leosac/access-control
- Owner: leosac
- License: agpl-3.0
- Created: 2014-06-26T14:31:42.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T14:51:19.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:42:07.708Z (9 months ago)
- Topics: access-control
- Language: C++
- Homepage: https://leosac.com
- Size: 16.9 MB
- Stars: 230
- Watchers: 35
- Forks: 38
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Leosac ![Logo](rc/logo.png)
* Stable branch: master [![Build Status](https://github.com/leosac/leosac/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/leosac/leosac/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=leosac_leosac&metric=alert_status&branch=master)](https://sonarcloud.io/summary/new_code?id=leosac_leosac&branch=master)
* Development branch: develop [![Build Status](https://github.com/leosac/leosac/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/leosac/leosac/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=leosac_leosac&metric=alert_status&branch=develop)](https://sonarcloud.io/summary/new_code?id=leosac_leosac&branch=develop) [![Coverity Scan](https://scan.coverity.com/projects/24616/badge.svg)](https://scan.coverity.com/projects/leosac-leosac)The documentation for both end user and developpers can be found [here](http://leosac.github.io/leosac-doc/doc_output/develop/).
## What is Leosac?
Leosac is an open source physical access control system software. It is meant to be installed on embedded devices running Linux, to handle the logic processing of an access control. Basically, it opens doors.
A Leosac setup is usually composed of an embedded Linux board running the software, locked in a case, connected to a RFID card reader and to the electric strike of a door.
## Features
* Multiple-door/reader support
* Ethernet connectivity
* **Fully** configurable wiring layout
* Portable on virtually every Linux devices on the market
* Open-source## Getting started
You can follow the [install guide](https://leosac.github.io/leosac-doc/doc_output/develop/d5/d97/page_guide_rpi_piface_wiegand.html#install_guide)
to have a basic setup ready.## Issues
Please report issues [here](https://github.com/leosac/leosac/issues).
## License
This project has been founded by Maxime Chamley (@maxhy), owned by Leosac SAS, and released under the GNU Affero GPLv3 license.
A copy of the license can be found in the root folder.![logo](https://raw.githubusercontent.com/leosac/leosac/master/rc/AGPLv3.png "AGPL Logo")