mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 16:09:52 +02:00
Merge branch 'cansequence' of github.com:marckleinebudde/can-utils into master
The PTX flavour canutils have a useful utility for generating a sequence of CAN frames with an incrementing payload and checking such a sequence for missed and reordered frames. Recently, it has helped finding a regression in the kernel pfifo_fast qdisc, which led to reordered frames. To bring the utility to a greater audience, import the current state, including its history, into the linux-can set of utilities. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -13,6 +13,7 @@ subsystem (aka SocketCAN):
|
||||
* canplayer : replay CAN logfiles
|
||||
* cansend : send a single frame
|
||||
* cangen : generate (random) CAN traffic
|
||||
* cansequence : send and check sequence of CAN frames with incrementing payload
|
||||
* cansniffer : display CAN data content differences
|
||||
|
||||
#### CAN access via IP sockets
|
||||
|
||||
Reference in New Issue
Block a user