{"id":42568869,"url":"https://github.com/codeforberlin/mycyclingcity","last_synced_at":"2026-02-15T19:13:48.736Z","repository":{"id":333449768,"uuid":"1094190339","full_name":"codeforberlin/mycyclingcity","owner":"codeforberlin","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-06T19:04:50.000Z","size":2775,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T05:17:01.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeforberlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T11:32:54.000Z","updated_at":"2026-02-06T19:04:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codeforberlin/mycyclingcity","commit_stats":null,"previous_names":["codeforberlin/mycyclingcity"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/codeforberlin/mycyclingcity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Fmycyclingcity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Fmycyclingcity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Fmycyclingcity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Fmycyclingcity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforberlin","download_url":"https://codeload.github.com/codeforberlin/mycyclingcity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Fmycyclingcity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-28T21:03:10.310Z","updated_at":"2026-02-15T19:13:48.731Z","avatar_url":"https://github.com/codeforberlin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyCyclingCity\n\nA hardware-software ecosystem for cycling infrastructure tracking that combines ESP32-based tachometers with a Django web application to track cycling activities, manage groups, and display real-time leaderboards.\n\n## Project Overview\n\nMyCyclingCity is a comprehensive cycling tracking platform that uses ESP32-based tachometers to measure cycling distance via pulse counting. The system identifies users via RFID tags and transmits data to a Django backend for real-time visualization, leaderboards, and game-based challenges.\n\n### Key Features\n\n- **Hardware Integration**: ESP32-based tachometers with pulse counting, RFID identification, and WiFi connectivity\n- **Real-time Tracking**: Live map visualization with OSM/Leaflet integration\n- **Gamification**: Kilometer challenges and leaderboards\n- **Multi-device Support**: Heltec WiFi LoRa 32 V3, V2, and Wemos D1 Mini32\n- **Web-based Configuration**: Captive portal for device setup\n- **OTA Updates**: Remote firmware updates\n\n## Repository Structure\n\nThis is a **mono-repository** containing two main sub-projects:\n\n### [mcc-esp32](mcc-esp32/)\n\nESP32 firmware for bicycle tachometers. Built with PlatformIO, supports multiple hardware platforms, and includes comprehensive unit testing.\n\n**See [mcc-esp32/README.md](mcc-esp32/README.md) for detailed documentation.**\n\n### [mcc-web](mcc-web/)\n\nDjango web application providing the backend API, admin interface, map visualization, leaderboards, and game functionality.\n\n**See [mcc-web/README.md](mcc-web/README.md) for detailed documentation.**\n\n## CI/CD Status\n\nThe project includes GitHub Actions integration for automated testing and building:\n\n- **ESP32 Firmware CI**: Automatically builds all firmware environments and runs unit tests on push/PR\n  - Workflow: `.github/workflows/mcc-esp32-ci.yml`\n  - Builds: Heltec V3, Heltec V2, Wemos D1 Mini32\n  - Tests: Native unit tests (no hardware required)\n\n## Quick Start\n\n### ESP32 Firmware\n\n```bash\ncd mcc-esp32\npio run -e heltec_wifi_lora_32_V3\n```\n\n### Web Application\n\n```bash\ncd mcc-web\npip install -r requirements.txt\npython manage.py migrate\npython manage.py runserver\n```\n\n## Documentation\n\n- [ESP32 Firmware Documentation](mcc-esp32/README.md)\n- [Web Application Documentation](mcc-web/README.md)\n- [API Reference](mcc-web/docs/api_reference.md)\n\n## Contributing\n\nAll code, comments, and documentation must be in English.\n\n## 🤖 AI Transparency\n\nThis project embraces modern development workflows. Parts of the codebase, documentation, and logic in mcc-web and mcc-esp32 have been generated or optimized with the assistance of Artificial Intelligence (LLMs like Gemini and Cursor). All AI-assisted contributions are reviewed and maintained by the MyCyclingCity project team.\n\n## License\n\nCopyright (c) 2026 SAI-Lab / MyCyclingCity\n\nThis project is licensed under multiple open-source licenses:\n\n- **mcc-web**: Licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0)](mcc-web/LICENSE)\n- **mcc-esp32**: Licensed under the [GNU General Public License v3.0 (GPL-3.0)](mcc-esp32/LICENSE)\n\nFor the full license texts, please refer to:\n- [mcc-web/LICENSE](mcc-web/LICENSE) - AGPL-3.0\n- [mcc-esp32/LICENSE](mcc-esp32/LICENSE) - GPL-3.0\n- [Root LICENSE](LICENSE) - License overview\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforberlin%2Fmycyclingcity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforberlin%2Fmycyclingcity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforberlin%2Fmycyclingcity/lists"}