{"id":47780012,"url":"https://github.com/atrapfare/route-planner","last_synced_at":"2026-04-03T13:03:10.288Z","repository":{"id":347658440,"uuid":"1194808244","full_name":"Atrapfare/route-planner","owner":"Atrapfare","description":"Web-based route planner using Dijkstra's algorithm on OpenStreetMap road graphs, with a C++ backend and Leaflet.js frontend - only localhost ;)","archived":false,"fork":false,"pushed_at":"2026-03-28T21:49:32.000Z","size":472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T22:30:42.716Z","etag":null,"topics":["cpp","dijkstra","openstreetmap","pathfinding","routing"],"latest_commit_sha":null,"homepage":"http://localhost:8080/","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/Atrapfare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2026-03-28T20:55:32.000Z","updated_at":"2026-03-28T21:47:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Atrapfare/route-planner","commit_stats":null,"previous_names":["atrapfare/routeplanner"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Atrapfare/route-planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atrapfare%2Froute-planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atrapfare%2Froute-planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atrapfare%2Froute-planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atrapfare%2Froute-planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atrapfare","download_url":"https://codeload.github.com/Atrapfare/route-planner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atrapfare%2Froute-planner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31352319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cpp","dijkstra","openstreetmap","pathfinding","routing"],"created_at":"2026-04-03T13:03:08.793Z","updated_at":"2026-04-03T13:03:10.263Z","avatar_url":"https://github.com/Atrapfare.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Route Planner\n\nShortest-path routing on real road networks, using OpenStreetMap data.\nClick a source and a target on the map — the route gets computed and drawn instantly.\n\n## Requirements\n\n- CMake 3.16+\n- A C++20 compiler (MSVC, GCC, Clang)\n- A browser\n\n## Build\n\n**Linux / Mac:**\n```bash\ncd backend\ncmake -B build -DCMAKE_BUILD_TYPE=Release\ncmake --build build\n```\n\n**Windows:**\n```bash\ncd backend\ncmake -B build\ncmake --build build --config Release\n```\n\n## Run\n\nPass the path to an FMI graph file as the only argument:\n\n**Linux / Mac:**\n```bash\n./build/routeplanner ./graphs/germany.fmi\n```\n\n**Windows:**\n```bash\n.\\build\\Release\\routeplanner.exe ..\\graphs\\germany.fmi\n```\nWith extra ordner:\n```bash\n.\\build\\Release\\routeplanner.exe ..\\graphs\\germany.fmi\\germany.fmi\n```\n\nGraph files in FMI format can be downloaded from https://fmi.uni-stuttgart.de/alg/research/stuff/\n\nOnce the server is running, open your browser at:\n\n```\nhttp://localhost:8080\n```\n\n## Usage\n\n1. Click anywhere on the map to set the **source** (green marker).\n2. Click again to set the **target** (red marker) — the route is computed automatically.\n3. Click **Reset** to start over.\n\nIf you click outside the loaded graph region, an error message will tell you the valid bounds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatrapfare%2Froute-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatrapfare%2Froute-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatrapfare%2Froute-planner/lists"}