{"id":16270966,"url":"https://github.com/mdegans/jeep","last_synced_at":"2025-10-05T07:31:26.037Z","repository":{"id":65517777,"uuid":"593835838","full_name":"mdegans/jeep","owner":"mdegans","description":"CAN bus parsing for Jeep JL (including 4xE)","archived":false,"fork":false,"pushed_at":"2023-02-12T23:51:03.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T21:33:30.338Z","etag":null,"topics":["can","embedded","jeep","socketcan"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/mdegans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-26T23:59:58.000Z","updated_at":"2024-11-19T23:43:30.000Z","dependencies_parsed_at":"2023-02-15T13:31:09.291Z","dependency_job_id":null,"html_url":"https://github.com/mdegans/jeep","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"1b18339ce73003f6cbfdc7fdd36bc3588920e55a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdegans%2Fjeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdegans%2Fjeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdegans%2Fjeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdegans%2Fjeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdegans","download_url":"https://codeload.github.com/mdegans/jeep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235374580,"owners_count":18979734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["can","embedded","jeep","socketcan"],"created_at":"2024-10-10T18:12:05.194Z","updated_at":"2025-10-05T07:31:25.748Z","avatar_url":"https://github.com/mdegans.png","language":"Rust","readme":"# `jeep` CAN bus parsing for Jeep JL and 4xE\n\n`jeep` is an easy-to-use event handling library for your Jeep. It is designed with safety in mind and is currently read-only for the Jeep's IHS network. There is also no C network support, since even connecting to it poses some risk.\n\n**Use at your own risk. There is no warranty. Don't do dumb or illegal stuff with this library. This library is currently a WIP and the API is not yet stable. This project is not affiliated with Jeep or Stellantis.**\n\n# Requirements\n\n* [Rust](https://www.rust-lang.org/tools/install) toolchain.\n* For development, the [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) extension for vscode is recommended.\n\nThis library is tested to work in WSL-2 along with Raspberry Pi.\n\n# Building\n\nTo build the library alone, for development, from this directory, run:\n\n```bash\n$ cargo build\n```\n\nTo install all examples, from this directory, run:\n```\n$ cargo install --examples --features examples --path .\n```\n\nTo view documentation in a browser offline, run:\n```\ncargo doc --all-features --open\n```\n\n# Examples\n\nThe [`examples`](examples) folder contains several examples, such as:\n* [`jeep-alarm`](examples/alarm.rs) that runs a custom command when any doors are opened (such as a silent alarm).\n* [`jeep-listen`](examples/listen.rs) that listens to the can bus and parses events in realtime.\n* [`jeep-converter`](examples/converter.rs) to parse events from a `candump -L` style dump into json lines.\n\n# Development Notes:\n* This library is an in alpha state and assuredly has errors.\n* See [TODO.md](TODO.md) for future plans.\n\n# (Optional) Features\n* `serde` - enables serialization of events, frames, and errors.\n* `examples` - required features for [example binaries](examples).\n* `embedded-can` - enables the `embedded_can::Frame` trait for our `jeep::Frame`.\n* `socketcan` - enables conversion to/from `socketcan::CANFrame` and the `jeep::Listener`.\n\n# Credits\n\n- Code\n  - Michael de Gans\n- Data\n  - Josh McCormick and his super useful [spreadsheet](https://docs.google.com/spreadsheets/d/16ypMADKinBBnH1pOY4-gMmVRjeR85fYplpV12aCHJC4/view)\n  - [Karl Yamashita](https://github.com/karlyamashita) (for his contributions to the spreadsheet)\n  - [RedRacer](https://www.jlwranglerforums.com/forum/members/redracer.10833/) for advice and testing\n  - [Temperance](https://www.jlwranglerforums.com/forum/members/temperance.76687/) for finding a good source of the [TE Connectivity can bus connectors for Jeep Wrangler JL](https://www.jlwranglerforums.com/forum/threads/reverse-engineering-can-c-can-ihs-and-uds-functions.82139/page-15#post-1793144).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdegans%2Fjeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdegans%2Fjeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdegans%2Fjeep/lists"}