Git Product home page Git Product logo

can-viewer's Introduction

Overview

  • can-viewer is a tool support showing can packets based on DBC input file using Rust + Slint.
  • can-viewer is able to see real-time data on CAN bus and set a list of filter CAN IDs.
  • can-viewer is an open-source project and willing to receive any contributions from community.

image

The column format:

<CAN ID> <signal name> <signal value + unit> <raw data>

Setup

Linux

Currently, can-viewer is using socket can of system to read can packet. Refer https://cantact.io/socketcan/socketcan.html understand and install socket can for Linux environment.

  • You must make sure socket can name "can0" is on your system (use ifconfig command to check).
  • You must make sure socket can is able to read CAN packets from CAN bus (use candump can0 command to check).
  • Build the app by command:
cargo build --release
  • Run the app by command:
cargo run --release

Window

can-viewer is supporting Peak CAN for window only

  • Build the app by command:
cargo build --release
  • Run the app by command:
cargo run --release

IOS (not support)

can-viewer's People

Contributors

tuemb avatar

Stargazers

 avatar Tam Nguyen Duc avatar  avatar  avatar Viet(Kelvin) avatar Nguyễn Văn Toàn avatar  avatar

Watchers

 avatar

can-viewer's Issues

[FR] Send CAN msg to the bus

I think it is helpful if this tool can support an option for user to send a CAN msg to the bus as PEAK CAN VIEWER

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.