{"id":31567939,"url":"https://github.com/propato/trabalhos-ufes-iot","last_synced_at":"2026-04-29T22:38:39.426Z","repository":{"id":311790470,"uuid":"1020544599","full_name":"Propato/trabalhos-Ufes-IoT","owner":"Propato","description":"Project of an IoT System for Parking Management developed in the IoT discipline at Ufes by David Propato \u0026 Klarine Mendonça.","archived":false,"fork":false,"pushed_at":"2025-08-26T20:09:06.000Z","size":272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-26T21:44:14.192Z","etag":null,"topics":["cplusplus","djikstra","esp8266","rfid","thingsboard","typescript","vuejs"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Propato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-16T03:32:25.000Z","updated_at":"2025-08-26T20:09:10.000Z","dependencies_parsed_at":"2025-08-26T21:47:24.800Z","dependency_job_id":"80b66de2-a2b8-4b31-92b9-18f4a9c112b2","html_url":"https://github.com/Propato/trabalhos-Ufes-IoT","commit_stats":null,"previous_names":["propato/trabalhos-ufes-iot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Propato/trabalhos-Ufes-IoT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Propato%2Ftrabalhos-Ufes-IoT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Propato%2Ftrabalhos-Ufes-IoT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Propato%2Ftrabalhos-Ufes-IoT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Propato%2Ftrabalhos-Ufes-IoT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Propato","download_url":"https://codeload.github.com/Propato/trabalhos-Ufes-IoT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Propato%2Ftrabalhos-Ufes-IoT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278437947,"owners_count":25986760,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cplusplus","djikstra","esp8266","rfid","thingsboard","typescript","vuejs"],"created_at":"2025-10-05T09:46:26.706Z","updated_at":"2025-10-05T09:46:30.481Z","avatar_url":"https://github.com/Propato.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoT System for Parking Management\n\nProject developed in the IoT discipline at Ufes by David Propato \u0026 Klarine Mendonça.\n\nThis project is a distributed IoT system for intelligent parking management, composed of three main modules:\n\n-   **Web Manager**\n-   **Gate Control (Gate Device)**\n-   **ThingsBoard (Monitoring and Visualization)**\n\nEach module has specific responsibilities and communicates to ensure the integrated operation of the system.\n\n## Infrastructure\n\n![Infrastructure](./assets/infrastructure.png)\n\n\u003e Fig. 1: Diagram showing how the system is divided, connected and the main responsibilities of each module.\n\n![Tools used in Infrastructure](./assets/tools-infra.png)\n\n\u003e Fig. 2: Diagram showing the main tools used in each module.\n\n---\n\n## Module Overview\n\n### 1. Web Manager\n\n![Web Manager Interface](https://github.com/Propato/trabalhos-Ufes-IoT-web-manager/blob/main/assets/web-manager.png)\n\n\u003e Fig. 3: Web Manager Interface, showing the page to register the graph and calculate the paths.\n\nThe Web Manager module is responsible for:\n\n-   Registering and editing the graph that represents the parking lot map (slots, gates, paths, entries and edges connecting the nodes).\n-   Calculating the shortest paths between points in the parking lot.\n-   Communicating via HTTP and MQTT with gate devices and the ThingsBoard system.\n-   Managing occupancy and vehicle movement data.\n\n\u003e For technical details, prerequisites, and usage instructions, see the [Web Manager README](https://github.com/Propato/trabalhos-Ufes-IoT-web-manager/blob/main/README.md).\n\n---\n\n### 2. Gate Control (Gate Device)\n\n![Electronic schematic](https://github.com/Propato/trabalhos-Ufes-IoT-gate-control/blob/main/assets/schematic.png)\n\n\u003e Fig. 4: Electronic Schematic of the Gate Device.\n\nThis embedded module performs:\n\n-   Access control to the parking lot using RFID for user identification/slot registration.\n-   Logging entries and exits, sending data to the Web Manager.\n-   Physical gate control using a servo motor (open/close).\n-   Communication with the Web Manager via MQTT.\n\n\u003e For technical information, installation, and common issues, check the [Gate Control README](https://github.com/Propato/trabalhos-Ufes-IoT-gate-control/blob/main/README.md).\n\n---\n\n### 3. ThingsBoard\n\n![ThingsBoard Dashboard](https://github.com/Propato/trabalhos-Ufes-IoT-ThingsBoard/blob/main/assets/dashboard.png)\n\n\u003e Fig. 5: ThingsBoard Dashboard, showing total occupancy and occupancy over time.\n\nThe ThingsBoard module is responsible for:\n\n-   Registering the device that represents the parking lot and gate device.\n-   Real-time and historical visualization of occupancy data.\n-   Integration with the Web Manager for displaying collected data.\n\n\u003e For details on configuration, running, and stopping, see the [ThingsBoard README](https://github.com/Propato/trabalhos-Ufes-IoT-ThingsBoard/blob/main/README.md).\n\n---\n\n## How the System Works\n\n1. **Parking Lot Registration:** The administrator uses the Web Manager to register the parking lot map.\n2. **Access Control:** Users enter and exit the parking lot using RFID at the gates, which log and send data to the Web Manager.\n3. **Monitoring:** The Web Manager processes the data and sends it to ThingsBoard, where it can be viewed in real time and analyzed historically.\n\n---\n\n## Technical Documentation\n\nEach module has its own README with detailed information about:\n\n-   Prerequisites\n-   Installation and execution\n-   Stopping\n-   Common issues and solutions\n\nRefer to the specific README of each module for detailed instructions.\n\n---\n\n## Project Structure\n\n```text\ntrabalhos-Ufes-IoT/\n├── trabalhos-Ufes-IoT-web-manager/   # Web management and communication\n├── trabalhos-Ufes-IoT-gate-control/  # Embedded gate device\n└── trabalhos-Ufes-IoT-ThingsBoard/   # Monitoring and visualization\n```\n\n## Team\n\n| [\u003cimg src=\"https://avatars.githubusercontent.com/u/84464307?s=400\u0026u=e9879bb9f28ab7ca900513a3323bcf3fcbfcd68e\u0026v=4\" width=110 alt=\"Foto de Perfil David Propato\"\u003e\u003cbr\u003e\u003csub\u003eDavid Propato\u003c/sub\u003e](https://github.com/Propato) | [\u003cimg src=\"https://avatars.githubusercontent.com/u/78544421?v=4\" width=110 alt=\"Foto de Perfil Klarine Mendonça\"\u003e\u003cbr\u003e\u003csub\u003eKlarine Mendonça\u003c/sub\u003e](https://github.com/Klarinemend) |\n| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpropato%2Ftrabalhos-ufes-iot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpropato%2Ftrabalhos-ufes-iot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpropato%2Ftrabalhos-ufes-iot/lists"}