Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olegel/CANLogger
CAN bus logger and analyser tool
https://github.com/olegel/CANLogger
analyser can-bus can-usb can232 csharp volvo
Last synced: 27 days ago
JSON representation
CAN bus logger and analyser tool
- Host: GitHub
- URL: https://github.com/olegel/CANLogger
- Owner: olegel
- License: gpl-3.0
- Created: 2017-06-08T20:57:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T18:45:16.000Z (over 5 years ago)
- Last Synced: 2024-08-04T04:07:00.423Z (4 months ago)
- Topics: analyser, can-bus, can-usb, can232, csharp, volvo
- Language: C#
- Homepage:
- Size: 603 KB
- Stars: 58
- Watchers: 13
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - CANLogger - CAN bus logger and analyzer tool. (Utils / GUI Tools)
README
# CANLogger
CAN bus logger and analyser tool## Features:
- realtime data processing from CAN-USB devices (Arduino + MCP2151 )
I've used this https://github.com/latonita/arduino-canbus-monitor
- saving received data to log files for further processing
- playback log files
- separate messages by sender id, assigning human readable description to senders
- global filter data mask
- separate filter data mask for each sender
- detecting total message count, unique messages, new messages after making snapshot per each sender
- message investigating with data comparer
- holding sender descriptions between sessions![Main window](https://github.com/olegel/CANLogger/raw/master/MainWindow.jpg)
![Investigation](https://github.com/olegel/CANLogger/raw/master/Investigation.jpg)
## Known issues:
- CAN bus baud-rate setting is ignored yet## More information
* More information you can find in my blog (Russian) (https://olegel.blogspot.com/2019/01/can-volvo-xc90.html)