Add documentation

- Updates in README, add sections (client/server installs, usages)
- Add reader schema
- Add reader components assemble guide
- Add AD schema modification guide
This commit is contained in:
2024-05-30 23:21:52 +02:00
parent 5d8905d91a
commit e1611d0507
7 changed files with 122 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from mfrc522 import MFRC522
from ssd1306 import SSD1306_I2C
# Global variables
DOOR_ID = 1
DOOR_ID = '[Your door ID]'
WLAN_SSID = '[Your SSID]'
WLAN_PASS = '[Your password]'
SERVER_IP = '[Your server IP]'