Skip to content

sendme is a console application to send dump of CAN logs using CHAI library

Notifications You must be signed in to change notification settings

sauberdev/sendme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendme

sendme is a console application to send dump of CAN logs using CHAI library

Description

sendme is a console application to send logs using CAN CHAI library.

Supported feature list:

  • CAN messages in an extended format
  • Proper delay between sent messages based on timestamps
  • Logs are suppoted in an TXT format

Dependencies

Usage

You can run the application from console

./sendme.exe -ch 0 -p logs.txt

Available options:

  • -ch Specifies CAN channel to use. The numeration starts from 0.
  • -p Specifies path to dump file to send over CAN.

Format of input file

Dump should be provided in a simple txt format. Every message should be separated by a new line. Below is an example:

DEADBEEF	10	1D	62	F1	91	54	45	41	13:04:19.722
DEADBEEF	45	32	2B	1	1	32	33	32	13:04:19.744
DEADBEEF	12	35	32	39	31	33	50	30	13:04:19.765

About

sendme is a console application to send dump of CAN logs using CHAI library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages