diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-04-27 04:25:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-27 04:26:34 +0700 |
commit | 269137c7bf71696e251156f261e8f09e4c4f3b0b (patch) | |
tree | c1e3184664d10bc1430810f3e44e8da22051aaa0 /system/socketcand/README | |
parent | b45964b46d74e8b2f81db16c2657aac0eb5976a5 (diff) |
system/socketcand: Added (CAN Interfaces Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/socketcand/README')
-rw-r--r-- | system/socketcand/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/socketcand/README b/system/socketcand/README new file mode 100644 index 0000000000000..75f3f6f1fffe5 --- /dev/null +++ b/system/socketcand/README @@ -0,0 +1,5 @@ +Socketcand is a daemon that provides access to CAN interfaces on a +machine via a network interface. The communication protocol uses a +TCP/IP connection and a specific protocol to transfer CAN frames and +control commands. The protocol specification can be found in +./doc/protocol.md. |