You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in nonofficial document I found out parametr for socktap --can-serial=/dev/ttyUSB0 . I think it should capture incoming messages and send them to serial line, but when I try to use it, it throws ERROR: unrecognised option '--can-serial=/dev/ttyUSB0'.
Any idea how to make it work or some solution with same function?
The text was updated successfully, but these errors were encountered:
Such a feature has never existed officially, and I am also unaware of it "unofficially".
If you only want to forward a particular message type, such as CAMs, I suggest adding the forwarding logic to the application's indication method, e.g. CamApplication::indicate.
If you want to capture and forward all incoming packets, you should have a look at BenchmarkApplication which is notified in BenchmarkApplication::tap_packet whenever a packet is received. You can use it as a template for creating a ForwardPacketsApplication.
Hello,
in nonofficial document I found out parametr for socktap
--can-serial=/dev/ttyUSB0
. I think it should capture incoming messages and send them to serial line, but when I try to use it, it throwsERROR: unrecognised option '--can-serial=/dev/ttyUSB0'
.Any idea how to make it work or some solution with same function?
The text was updated successfully, but these errors were encountered: