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
Just a question, from what i can tell Uds uses TransportLayer::{read,write}_frame which more or less bypasses the transport layer(atleast for Isotp). Is that intended or should it be something like IsoTpTransport::{receive,send}?
Am I missing something? :)
The text was updated successfully, but these errors were encountered:
Very interesting library!
Just a question, from what i can tell
Uds
usesTransportLayer::{read,write}_frame
which more or less bypasses the transport layer(atleast for Isotp). Is that intended or should it be something likeIsoTpTransport::{receive,send}
?Am I missing something? :)
The text was updated successfully, but these errors were encountered: