-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello Minji, I am no expert with our ANDL, sadly. I assigned Philipp to this problem, but he is currently on not available and will be back in a few weeks. For now: Hope this helps. If not please provide more information about your andl network definition and maybe Philipp can help when he is back. Regards, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Minji, For a CANNode -> Gateway -> ETHERNET -> Ethernet Node I have made the following modification on the small network example using the
When I run the network for 1 second all 217 transformed CAN messages (canId 4 is not transformed in the example) arrive at the application. I don't know your network but the gateway configuration looks fine. I think the problem is the same as I describe below. For the other direction it is not that simple since we do not have any Ethernet source apps that send encapsulated CAN frames. You could write your own source app, e.g., extending the Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Timo Thank you so much. it worked! Regards, |
Beta Was this translation helpful? Give feedback.
Hi Minji,
For a CANNode -> Gateway -> ETHERNET -> Ethernet Node I have made the following modification on the small network example using the
WithQ
config:**.gateway.buffering[*].typename = "NoGatewayBuffering"
import core4inet.nodes.ethernet.tsn.TSNEtherHost;
ethSink: TSNEtherHost;
ethSink.ethg <--> cable { delay = 50ns; } <--> switch.ethg[1];
**.ethSink.phy[*].mac.address = "0A-00-00-00-00-04"
**.ethSink.phy[*].untaggedVID = 0
**.ethSink.phy[*].ta…