Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: TuEmb/can-viewer-rs

Tags

release-v0.2.1

Toggle release-v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support more information for CAN bus (#6)

* busload, bus state, circle time, bitrate support

* remove setting bitrate - because of PRIVILEGE

* also add bus load and circle time for windows

* support CAN bus bitrate configuration

* also support bitrate configuration for Windows

release-v0.2.0

Toggle release-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support device selection page (#5)

* support select pcan devices on windows

* support select CAN device

* still have a warning on windows

* support polling to query CAN devices

* use tokio with async function to improve performance

* need to exit when the application close

* commonise windows and linux