-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to not interactively reassamble (E)TP messages #6
Comments
Hi @olerem , |
Yes, it is probably the way i'll go. I just need time. Probably one or two weeks of active work. |
Please consider discussion in linux-can/can-utils#207. |
Hi @olerem, I have create for testing purposes such an reassembling mechanism in TTCN. (Which is actually the wrong place, but it works fine. ) Here is the central code, perhaps it is of use to you:
All TP / ETP data coming for a single destination address / source address pair is forwarded to such a process. |
ok, thx |
In some cases, for example on sniffing the CAN bus for (E)TP messages, we may need to reassemble
the messages without interacting with communication partners:
A<--------->B
.........^-----C
A and B nodes a re communicating, node C is listening without responding to (E)TP requests.
The text was updated successfully, but these errors were encountered: