{"id":43785780,"url":"https://github.com/teamjorge/ibt","last_synced_at":"2026-02-05T19:03:39.735Z","repository":{"id":253633002,"uuid":"843274029","full_name":"teamjorge/ibt","owner":"teamjorge","description":"iRacing telemetry parsing and processing","archived":false,"fork":false,"pushed_at":"2024-09-23T19:22:14.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T09:15:53.667Z","etag":null,"topics":["go","golang","ibt","iracing","iracing-telemetry","simracing","telemetry"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamjorge.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}},"created_at":"2024-08-16T06:42:28.000Z","updated_at":"2024-09-23T19:22:15.000Z","dependencies_parsed_at":"2024-08-29T23:07:04.118Z","dependency_job_id":"873ed5a6-1a1a-4229-9152-c4e6eec284d4","html_url":"https://github.com/teamjorge/ibt","commit_stats":null,"previous_names":["teamjorge/ibt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamjorge/ibt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamjorge%2Fibt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamjorge%2Fibt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamjorge%2Fibt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamjorge%2Fibt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamjorge","download_url":"https://codeload.github.com/teamjorge/ibt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamjorge%2Fibt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29130113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:55:47.139Z","status":"ssl_error","status_checked_at":"2026-02-05T18:55:04.010Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["go","golang","ibt","iracing","iracing-telemetry","simracing","telemetry"],"created_at":"2026-02-05T19:03:37.890Z","updated_at":"2026-02-05T19:03:39.728Z","avatar_url":"https://github.com/teamjorge.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ibt\n\n    iRacing Telemetry parsing and processing library\n\n![ibt logo](assets/ibt_mascot.png)\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/teamjorge/ibt.svg)](https://pkg.go.dev/github.com/teamjorge/ibt)\n[![Go Report Card](https://goreportcard.com/badge/github.com/teamjorge/ibt)](https://goreportcard.com/report/github.com/teamjorge/ibt)\n[![codecov](https://codecov.io/gh/teamjorge/ibt/branch/main/graph/badge.svg?token=08QVKSEPXT)](https://codecov.io/gh/teamjorge/ibt)\n\n## Install\n\n`go get github.com/teamjorge/ibt`\n\n## Overview\n\n`ibt` is a package from parsing iRacing telemetry files. An *ibt* file is created when you enter the car and ends when you exit the car. By default, you can find these files in your `iRacing/telemetry/[car]/` directory. These files are binary for the most part, with the exception of the session data.\n\nThis package will not parse real-time telemetry as that requires opening a memory-mapped file and CGO. A planned real-time parsing package leverage `ibt` will be available in the future.\n\n## Features\n\n* Easy to use telemetry tick processing interface.\n* Quick parsing of file metadata.\n* Grouping of *ibt* files into the sessions where they originate from.\n* Great test coverage and code documentation.\n* Freedom to use it your own way. Most functions/methods has been made public.\n\n## Examples\n\nThe [Examples](https://github.com/teamjorge/ibt/tree/main/examples) directory houses all of the available examples.\n\nTo try these examples locally, please clone to repository:\n\n```shell\ngit clone https://github.com/teamjorge/ibt\n#or\ngit clone git@github.com:teamjorge/ibt.git\n```\n\nPlease have a look at the instructions in the examples [`README`](./examples/README.md) for details on how to run each example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamjorge%2Fibt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamjorge%2Fibt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamjorge%2Fibt/lists"}