{"id":50947363,"url":"https://github.com/nberlette/vector_blf","last_synced_at":"2026-06-17T21:32:26.768Z","repository":{"id":363981417,"uuid":"1005279047","full_name":"nberlette/vector_blf","owner":"nberlette","description":"Support for Binary Log Files (BLF) from Vector Informatik. Forked from tobylorenz/vector_blf.","archived":false,"fork":false,"pushed_at":"2025-06-20T01:29:19.000Z","size":2854,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T07:28:49.735Z","etag":null,"topics":["automotive","blf","can","can-fd","canbus","ethernet","flexray","industrial","iso11898","j1939","lin","most","networking","obd2","vector","vector-informatik"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nberlette.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSES/GPL-3.0-or-later.txt","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},"funding":{"ko_fi":"nberlette"}},"created_at":"2025-06-20T01:26:29.000Z","updated_at":"2025-06-20T04:13:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nberlette/vector_blf","commit_stats":null,"previous_names":["nberlette/vector_blf"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/nberlette/vector_blf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fvector_blf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fvector_blf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fvector_blf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fvector_blf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nberlette","download_url":"https://codeload.github.com/nberlette/vector_blf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nberlette%2Fvector_blf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34466928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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","blf","can","can-fd","canbus","ethernet","flexray","industrial","iso11898","j1939","lin","most","networking","obd2","vector","vector-informatik"],"created_at":"2026-06-17T21:32:25.976Z","updated_at":"2026-06-17T21:32:26.753Z","avatar_url":"https://github.com/nberlette.png","language":"C++","funding_links":["https://ko-fi.com/nberlette"],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis is a library to access Binary Log File (BLF) files from Vector Informatik.\n\n# Build on Linux (e.g. Debian Testing)\n\nBuilding under Linux works as usual:\n\n    mkdir build\n    cd build\n    cmake ..\n    make\n    make install DESTDIR=..\n    make package\n\n# Build on Windows (e.g. Windows 7 64-Bit)\n\nBuilding under Windows contains the following steps:\n\n* Use cmake-gui\n* Set \"Where is the source code:\" to the root directory.\n* Set \"Where to build the binaries:\" to folder \"build\" below the root directory.\n* Configure and Generate\n* Open the Visual Studio Solution (.sln) file in the build folder.\n* Compile it in Release Configuration.\n\n# Test\n\n* Configure cmake option OPTION_BUILD_TESTS\n* Use ctest to run unit tests\n\nFurther options allow to activate coverage and reports:\n\n* OPTION_USE_GCOV to build with coverage flags\n* OPTION_ADD_LCOV to add lcov targets to generate HTML coverage report\n\n# Package\n\nThe package generation can be triggered using\n\n    make package\n\n# Repository Structure\n\nThe following files are part of the source code distribution:\n\n* src/_project_/\n* src/_project_/tests/\n\nThe following files are working directories for building and testing:\n\n* build/_project_/\n\nThe following files are products of installation and building:\n\n* bin/\n* lib/\n* share/doc/_project_/\n* share/man/\n* include/_project_/\n\n# Wanted features\n\n* File Append\n* There is currently no transition between little/big endian. Current support is only for little endian machines.\n* There should be setter/getter methods instead of direct member variable access. Also for bit settings. Use std::chrono for all times\n* All pointers should be of type std::unique_ptr to make ownership clear.\n* Plausibility checks for length fields. Check all length and version fields of compliance with original files.\n* Propagate exceptions from threads to main library, to notify user application, e.g. when reading unfinished files.\n* Provide an Unknown object type to be able to read just a blob for all yet unknown object types\n* Rename constants in form of ABC_XYZ to AbcXyz to be conform with coding standard. Breaks compatibility.\n* Provide getter/setter for AppText::reservedAppText1\n* Provide getter/setter for EnvironmentVariable::objectType (ENV_INTEGER, ENV_DOUBLE, ENV_STRING, ENV_DATA)\n* Provide getter/setter for J1708Message::objectType (J1708_MESSAGE, J1708_VIRTUAL_MSG)\n* Replace CompressedFile with std::fstream. Replace UncompressedFile with std::iostream with custom std::streambuf. Drop AbstractFile and use std::iostream instead.\n* Jenkinsfile\n\n# Standards\n\n* Implementation is compatible with binlog API version 7.1.0.\n\n# Test sources\n\n* events_from_converter/*.blf have been converted from asc files using original converter under Windows.\n  binlog API version was 3.9.6.0.\n* events_from_binlog/*.blf have been generated using the binlog library under Windows.\n  binlog API version was 4.5.2.2.\n* customer files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnberlette%2Fvector_blf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnberlette%2Fvector_blf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnberlette%2Fvector_blf/lists"}