can
can copied to clipboard
CAN driver and router
ìfconfig`is not installed by default anymore on many distros. I suggest the following command in the readme ```bash $ sudo ip link set dev vcan0 up ```
We've been using `can_sock_drv.erl` in a context where the can network can become disconnected, which causes the write() call in `can_sock_drv.c` to block before we can restart the interface after...
Hi I am trying to use your module to route message from a linux driver. I set up my two real channels and two virtual channels using linux candriver and...
``` ===> Uncaught error: badarg ===> Stack trace to the error location: [{erlang,function_exported, ["@@MODULES@@",module_info,0], [{error_info,#{module => erl_erts_errors}}]}, {rebar_paths,'-purge_and_load/2-lc$^8/1-8-',1, [{file,"/rebar3/src/rebar_paths.erl"},{line,140}]}, {rebar_paths,purge_and_load,2, [{file,"/rebar3/src/rebar_paths.erl"},{line,139}]}, {rebar_paths,set_paths,2,[{file,"/rebar3/src/rebar_paths.erl"},{line,22}]}, {rebar_prv_compile,build_rebar3_apps,3, [{file,"/rebar3/src/rebar_prv_compile.erl"},{line,362}]}, {rebar_prv_compile,run_compilers,4, [{file,"/rebar3/src/rebar_prv_compile.erl"},{line,191}]}, {rebar_prv_compile,compile,4, [{file,"/rebar3/src/rebar_prv_compile.erl"},{line,153}]}, {rebar_prv_compile,compile,3, [{file,"/rebar3/src/rebar_prv_compile.erl"},{line,142}]}]...