{"id":18573525,"url":"https://github.com/MUmarShahbaz/NodeMCU-Attendance-system","last_synced_at":"2025-04-10T07:32:03.801Z","repository":{"id":255715011,"uuid":"852343282","full_name":"MUmarShahbaz/NodeMCU-Attendance-system","owner":"MUmarShahbaz","description":"An RFID based Attendance System","archived":false,"fork":false,"pushed_at":"2024-09-12T19:19:52.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T14:22:35.861Z","etag":null,"topics":["arduino","attendance-system","esp","nodemcu-esp8266","php","sql"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MUmarShahbaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T16:37:00.000Z","updated_at":"2024-12-21T10:41:27.000Z","dependencies_parsed_at":"2024-09-06T21:04:33.296Z","dependency_job_id":"6c3a1578-8914-4a21-a7e4-ad85810e76f4","html_url":"https://github.com/MUmarShahbaz/NodeMCU-Attendance-system","commit_stats":null,"previous_names":["kinghowler/nodemcu-attendance-system","mumarshahbaz/nodemcu-attendance-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUmarShahbaz%2FNodeMCU-Attendance-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUmarShahbaz%2FNodeMCU-Attendance-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUmarShahbaz%2FNodeMCU-Attendance-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUmarShahbaz%2FNodeMCU-Attendance-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MUmarShahbaz","download_url":"https://codeload.github.com/MUmarShahbaz/NodeMCU-Attendance-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248176426,"owners_count":21060063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","attendance-system","esp","nodemcu-esp8266","php","sql"],"created_at":"2024-11-06T23:10:37.508Z","updated_at":"2025-04-10T07:32:03.517Z","avatar_url":"https://github.com/MUmarShahbaz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeMCU based Attendance System\n\n## Arduino Program\n```mermaid\nflowchart TD\n    A([\"Start\"]) --\u003e B[\"Connect to Internet\"]\n    B --\u003e C[\"Start MFRC522 module\"]\n    C --\u003e D[\"Check for Card\"]\n    D --\u003e E{\"Card Detected?\"}\n    E -- Yes --\u003e F[\"Read UID\"]\n    E -- No --\u003e D\n    F --\u003e G[[\"Mark as Present\"]]\n    G --\u003e H[\"Check Reply from 'Mark as Present'\"]\n    H --\u003e I[\"Display Indicator\"]\n    I --\u003e J[\"Reset Indicator\"]\n    J -- Available for next read --\u003e D\n    style A stroke:#2962FF\n    style B stroke:#2962FF\n    style C stroke:#2962FF\n    style D stroke:#2962FF\n    style E stroke:#2962FF\n    style F stroke:#2962FF\n    style G stroke:#2962FF\n    style H stroke:#2962FF\n    style I stroke:#2962FF\n    style J stroke:#2962FF\n```\n\n```mermaid\nflowchart TD\n subgraph A[\"Mark as Present\"]\n        B[\"Connect to host\"]\n        C[\"Open PHP file with Parameters\"]\n        D[\"Store Reply\"]\n        E[\"Close Connection to host\"]\n        F[\"Return Reply\"]\n  end\n    B --\u003e C\n    C --\u003e D\n    D --\u003e E\n    E --\u003e F\n    style A stroke:#2962FF\n    style B stroke:#2962FF\n    style C stroke:#2962FF\n    style D stroke:#2962FF\n    style E stroke:#2962FF\n    style F stroke:#2962FF\n```\n\n## PHP / Server Side Code\n\n```mermaid\nflowchart TD\n    A[\"Connect to Database\"] --\u003e B[\"Get Parameters\"]\n    B --\u003e C[\"What is value of $mode\"]\n    C -- mark-attendance --\u003e D[\"Recognize Card\"]\n    C -- new-card --\u003e G[\"Recognize Card\"]\n    G -- Recognized --\u003e Z[\"Exit\"]\n    D -- Not Recognized --\u003e Z\n    G -- Not Recognized --\u003e H[\"Register\"]\n    D -- Recognized --\u003e E[\"Check if already present\"]\n    E -- Not Present --\u003e F[\"Mark as Present\"]\n    E -- Already Present --\u003e Z\n    H --\u003e Z\n    F --\u003e Z\n    style A stroke:#2962FF\n    style B stroke:#2962FF\n    style C stroke:#2962FF\n    style D stroke:#2962FF\n    style E stroke:#2962FF\n    style F stroke:#2962FF\n    style G stroke:#2962FF\n    style H stroke:#2962FF\n    style Z stroke:#2962FF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMUmarShahbaz%2FNodeMCU-Attendance-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMUmarShahbaz%2FNodeMCU-Attendance-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMUmarShahbaz%2FNodeMCU-Attendance-system/lists"}