{"id":15049443,"url":"https://github.com/daleksla/can_interact","last_synced_at":"2026-04-10T10:32:21.732Z","repository":{"id":40332320,"uuid":"467116658","full_name":"daleksla/can_interact","owner":"daleksla","description":"Functionality to easily read and write to CAN bus in C/C++ for GNU/Linux OSs","archived":false,"fork":false,"pushed_at":"2022-09-04T21:33:49.000Z","size":400,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-03T07:14:16.578Z","etag":null,"topics":["c","c89","can-bus","cxx","cxx-library","cxx11","linux","socketcan"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daleksla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-07T13:58:51.000Z","updated_at":"2025-07-21T08:46:45.000Z","dependencies_parsed_at":"2023-01-17T18:46:02.539Z","dependency_job_id":null,"html_url":"https://github.com/daleksla/can_interact","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daleksla/can_interact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleksla%2Fcan_interact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleksla%2Fcan_interact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleksla%2Fcan_interact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleksla%2Fcan_interact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daleksla","download_url":"https://codeload.github.com/daleksla/can_interact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daleksla%2Fcan_interact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31638450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["c","c89","can-bus","cxx","cxx-library","cxx11","linux","socketcan"],"created_at":"2024-09-24T21:20:30.813Z","updated_at":"2026-04-10T10:32:21.710Z","avatar_url":"https://github.com/daleksla.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# can_interact\n## README\n\nFunctionality to easily read and write to CAN bus in C/C++ for GNU/Linux OSs.\n\n### Building\n\nBuilding requires use of GNU `make` utility. Number of commands available:\n* `make`/`make all` - builds all files (library, examples)\n* `make examples` - builds all examples (with library as a prerequisite)\n* `make lib` - builds can_interact library only\n* `make clean` - deletes all compiled output\n\nC functionality written in C89.\n\nC++ API is a thin-header only wrapper and is CXX11 compatible - no compilation needed.\n\n### Using\n\nSimply include `can_interact.h` and link subsequent compiler output with `can_interact.o` object file for C/C++.\n\nIf you are using C++, you may instead opt to use `can_interact.hh`, which acts as the C++ wrapper. This includes:\n* Functions as-is from `can_interact.h`\n* Namespaced functions (`can_interact::`) which return data directly \u0026 throw detailed exceptions in cases of errors\n* (Where applicable,) support for `std::vector` and `std::array` arguments as-well C-style lists\n* A `CAN` class (namespaced too) to establish \u0026 maintain connections and to receive \u0026 send messages over CAN\n\nNote you will still need to link with `can_interact.o` as this is a thin wrapper with minimal functionality of their own.\n\nSee `docs` for documentation and `examples` directory for practical use of this library.\n\n***\n\nSee LICENSE for terms of usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaleksla%2Fcan_interact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaleksla%2Fcan_interact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaleksla%2Fcan_interact/lists"}