add socket snippet

This commit is contained in:
2022-03-11 17:01:59 +03:00
parent 0da6bce6e9
commit 76a1ec0e81
21 changed files with 1071 additions and 0 deletions

4
Socket_CAN/socketcan0 Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
ip link set can0 type can bitrate 100000 triple-sampling on
ifconfig can0 up