{"id":23405204,"url":"https://github.com/rpfilomeno/ets2-ats-telemetry-overlay","last_synced_at":"2026-03-08T10:37:43.711Z","repository":{"id":209180951,"uuid":"723430682","full_name":"rpfilomeno/ETS2-ATS-Telemetry-Overlay","owner":"rpfilomeno","description":"Show ETS2/ATS telemetry as game overlay","archived":false,"fork":false,"pushed_at":"2023-11-28T11:12:00.000Z","size":2008,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T20:49:16.462Z","etag":null,"topics":["ats","ets2","telemetry"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rpfilomeno.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":"2023-11-25T16:38:03.000Z","updated_at":"2025-07-24T08:06:17.000Z","dependencies_parsed_at":"2023-11-25T17:20:11.918Z","dependency_job_id":"0d69086b-18fa-4950-ad2e-d8697897925f","html_url":"https://github.com/rpfilomeno/ETS2-ATS-Telemetry-Overlay","commit_stats":null,"previous_names":["rpfilomeno/ets2-ats-telemetry-overlay"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rpfilomeno/ETS2-ATS-Telemetry-Overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpfilomeno%2FETS2-ATS-Telemetry-Overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpfilomeno%2FETS2-ATS-Telemetry-Overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpfilomeno%2FETS2-ATS-Telemetry-Overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpfilomeno%2FETS2-ATS-Telemetry-Overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpfilomeno","download_url":"https://codeload.github.com/rpfilomeno/ETS2-ATS-Telemetry-Overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpfilomeno%2FETS2-ATS-Telemetry-Overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30253834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T08:59:44.879Z","status":"ssl_error","status_checked_at":"2026-03-08T08:58:02.867Z","response_time":56,"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":["ats","ets2","telemetry"],"created_at":"2024-12-22T13:18:53.886Z","updated_at":"2026-03-08T10:37:43.677Z","avatar_url":"https://github.com/rpfilomeno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ETS2/ATS Telemetry Overlay\nShow truck telemetry as game overlay!\n\n![Alt text](image.png)\n\n✅ Speed with **RPM indicator**!\n\n\n✅ Speed limit indicator\n\n\n✅ Cruise control indicator\n\n\n✅ Fuel level and **liter/km inficator**!\n\n\n✅ Next stop countdown timer (fatigue)\n\n\n✅ Job delivery remaining time and **will highlight if running  late**!\n\n\n✅ Auto hides!\n\n\n## Requirements\n\n✏️ Download and run [Ets2 Telemetry Server](https://github.com/Funbit/ets2-telemetry-server) first! It check for the process Ets2Telemetry.exe and exits automatically if not found.\n\n\n✏️ You MUST run ETS2 / ATS in **Windowed Mode**\n\n\n✏️ Optional: Download and run [Borderless Gaming](https://github.com/Codeusa/Borderless-Gaming) to resize to bordeless full screeen\n\n\n\n## Install from Source Code\nTo install you must have Python 3.9+ and run the following command:\n\n``python -m pip install git+https://github.com/rpfilomeno/ETS2-ATS-Telemetry-Overlay.git``\n\n## Run from Source code\nOn the command line run:\n\n``python -m truckmon``\n\n## Build Executable\nCheckout the source code from git, have Python 3.9+ installed.\n\n### Install the package in the git repository:\n\n``python -m pip install .``\n\n### Install Pyinstaller:\n\n``python -m pip install pyinstaller``\n\n### Build the installer (will create an exe at dist\\run_truckmon.exe):\n\n``pyinstaller installer\\run_truckmon.py --clean --add-data \"truckmon/data/*;truckmon/data\" --noconsole --onefile --icon installer\\truckmon.ico``\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpfilomeno%2Fets2-ats-telemetry-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpfilomeno%2Fets2-ats-telemetry-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpfilomeno%2Fets2-ats-telemetry-overlay/lists"}