GitXplorerGitXplorer
L

pidoor

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b62dc71790c6a5be98c563fd176ad75f28ad1f9e

Mise à jour pour correspondre au nouveau câblage

LLapin-Blanc committed 9 years ago
Unverified
3fe2e04398b82cedf6f38ad3f599639c773ec7aa

Mise à jour pour un montage breadboard plus simple

LLapin-Blanc committed 9 years ago
Unverified
6f72221dc569189f2948f2711c589069c3ac09ba

Mise à jour pour un montage breadboard plus simple

LLapin-Blanc committed 9 years ago
Unverified
37d0093ab694733b83348250cef7aad9ba5cc5ff

Correction de la pin 21

LLapin-Blanc committed 9 years ago
Unverified
202c17d7c904a203479134932c3c720d355132c9

Correction sur le schéma de montage

LLapin-Blanc committed 9 years ago
Unverified
7fe7e3b1bb7e7a675c41a7a14e3ffd89670f6901

mise à jour README

LLapin-Blanc committed 9 years ago

README

The README file for this repository.

pidoor

Simple door access management via Belgian Indentity card on RaspberryPi

Pyscard installation

sudo apt-get -y update && sudo apt-get -y upgrade
sudo apt-get -y install swig libpcsclite-dev libacr38u python3-setuptools build-essential python3-pip git
git clone https://github.com/LudovicRousseau/pyscard.git
cd pyscard
sudo python3 setup.py build_ext install
cd ..
sudo rm -fr pyscard

Django installation

sudo pip3 install django

Django configuration

cd
git clone https://github.com/Lapin-Blanc/pidoor.git
cd pidoor
python3 cardsite/manage.py makemigrations
python3 cardsite/manage.py migrate
python3 cardsite/manage.py createsuperuser

Testing

python3 cardsite/manage.py runserver 0.0.0.0:8000 &
./pidoor.py

Access management site at http://raspberry_ip:8000/admin/ via Firefox or IE (java needed, so, no Chrome...) from a computer with a Beid reader.

Encode some users and grant them access or not, then try the cards into the RPi's reader