We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485b1b4 commit be774dbCopy full SHA for be774db
can/__init__.py
@@ -8,7 +8,7 @@
8
import logging
9
from typing import Dict, Any
10
11
-__version__ = "4.1.0a1"
+__version__ = "4.1.0a2"
12
13
log = logging.getLogger("can")
14
can/logger.py
@@ -1,18 +1,3 @@
1
-"""
2
-logger.py logs CAN traffic to the terminal and to a file on disk.
3
-
4
- logger.py can0
5
6
-See candump in the can-utils package for a C implementation.
7
-Efficient filtering has been implemented for the socketcan backend.
-For example the command
- logger.py can0 F03000:FFF000
-Will filter for can frames with a can_id containing XXF03XXX.
-Dynamic Controls 2010
15
16
import re
17
import sys
18
import argparse
0 commit comments