Added new feature: Capture from remote canlogserver #694
Replies: 4 comments 2 replies
-
Does no one have any interest in this new feature? |
Beta Was this translation helpful? Give feedback.
-
Sorry I hadn't replied before. I'm certainly interested. I didn't know that canlogserver exists so I wrote a python script that does much the same thing but over MQTT. I suppose my solution has the advantage that it can more easily work over the internet but I like the idea of using the existing tools as much as possible. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi all, Thank you all for your help. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have added a new function to capture remote CAN messages from "canlogserver" (an application of the can-utils utility). This is very useful when working with embedded systems. In fact, can-utils is a set of can utilities included in many yocto distributions.
Once the canlogserver is launched on the embedded system type:
canlogserver can0 -p 1234
you can then hook up SavvyCan remotely (e.g. windows machine) and capture frames sent from the remote embedded system.
If this is of interest, I could share the code but would need to figure out how.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions