Skip to content

Commit 51c4ad6

Browse files
committed
README.md add documentation for Error Message Frames option
Signed-off-by: Oliver Hartkopp <[email protected]>
1 parent b6e1ced commit 51c4ad6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ Usage
3232
socketcand [-v | --verbose] [-i interfaces | --interfaces interfaces]
3333
[-p port | --port port] [-l interface | --listen interface]
3434
[-u name | --afuxname name] [-n | --no-beacon] [-d | --daemon]
35+
[-e error_mask | --error-mask error_mask]
3536
[-h | --help]
3637

3738
### Description of the options
3839
* **-v** (activates verbose output to STDOUT)
39-
* **-i interfaces** (comma separated list of SocketCAN interfaces the daemon shall provide access to e.g. '-i can0,vcan1' - default: vcan0)
40+
* **-i interfaces** (comma separated list of CAN interfaces the daemon shall provide access to e.g. '-i can0,vcan1' - default: vcan0)
4041
* **-p port** (changes the default port '29536' the daemon is listening at)
4142
* **-l interface** (changes the default network interface the daemon will bind to - default: eth0)
42-
* **-u name** (the AF_UNIX socket path - abstract name when leading '/' is missing) (N.B. the AF_UNIX binding will supersede the port/interface settings)
43+
* **-u name** (the AF_UNIX socket path - an abstract name is used when the leading '/' is missing. N.B. the AF_UNIX binding will supersede the port/interface settings)
4344
* **-n** (deactivates the discovery beacon)
45+
* **-e error_mask** (enable CAN error frames in raw mode providing an hexadecimal error mask, e.g: 0x1FFFFFFF)
4446
* **-d** (set this flag if you want log to syslog instead of STDOUT)
4547
* **-h** (prints this message)
4648

0 commit comments

Comments
 (0)