{"id":37018979,"url":"https://github.com/froks/dlt-core","last_synced_at":"2026-03-02T22:25:29.823Z","repository":{"id":244589661,"uuid":"815679873","full_name":"froks/dlt-core","owner":"froks","description":"kotlin dlt library to parse autosar dlt files","archived":false,"fork":false,"pushed_at":"2025-08-15T17:44:44.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-15T19:33:06.144Z","etag":null,"topics":["automotive","autosar","diagnostic-log-and-trace","dlt","kotlin","library","parser"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/froks.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}},"created_at":"2024-06-15T20:14:57.000Z","updated_at":"2025-08-15T17:44:45.000Z","dependencies_parsed_at":"2024-08-23T14:39:58.635Z","dependency_job_id":"76cd6a4c-898a-4598-a1cb-0b076faf066f","html_url":"https://github.com/froks/dlt-core","commit_stats":null,"previous_names":["froks/dlt-core"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/froks/dlt-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froks%2Fdlt-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froks%2Fdlt-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froks%2Fdlt-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froks%2Fdlt-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/froks","download_url":"https://codeload.github.com/froks/dlt-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froks%2Fdlt-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["automotive","autosar","diagnostic-log-and-trace","dlt","kotlin","library","parser"],"created_at":"2026-01-14T02:02:15.986Z","updated_at":"2026-01-14T02:02:16.692Z","avatar_url":"https://github.com/froks.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://img.shields.io/maven-central/v/io.github.froks/dlt-core)](https://central.sonatype.com/artifact/io.github.froks/dlt-core)\n\n\n# dlt-core\n\ndlt-core is a kotlin library to parse autosar dlt files.\n\nIt currently only supports dlt version 1.\n\nUsage:\n\nAdd `io.github.froks:dlt-core:\u003cversion\u003e` to your dependencies - see [mavencentral](https://central.sonatype.com/artifact/io.github.froks/dlt-core) for snippets.\n\nCode:\n```kotlin\nDltMessageParser.parseFile(Path.of(\"file.dlt\")).forEach { \n    val msg = it.dltMessage as? DltMessageV1\n    if (msg?.extendedHeader?.apIdText != \"MYAP\") {\n        return@forEach\n    }\n    // do stuff with msg\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroks%2Fdlt-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroks%2Fdlt-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroks%2Fdlt-core/lists"}