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, I'm trying to make a in-vehicle simulation with TAS and whenever i connect a second client to system, i constantly get Gptp error from that client.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to make a in-vehicle simulation with TAS and whenever i connect a second client to system, i constantly get Gptp error from that client.
[General]
network = Bitirme
sim-time-limit = 100ms
###########################
Application Configuration
**.udp.defaultMulticastLoop = false
.Cam.numApps = 1
.Cam.app[0].typename = "UdpSourceApp"
.Cam.app[0].source.packetNameFormat = "%M->Cam:CDT-%c"
.Cam.app[0].source.packetLength = 678B
.Cam.app[0].source.productionInterval = 260.3125us
.Cam.app[0].io.destAddress = "DACam"
*.Cam1.app[0].io.destPort = 1000
*.Cam2.app[0].io.destPort = 1001
*.DACam.numApps = 2
.DACam.app[].typename = "UdpSinkApp"
*.DACam.app[0].display-name = "Cam1"
*.DACam.app[1].display-name = "Cam2"
*.DACam.app[0].io.localPort = 1000
*.DACam.app[1].io.localPort = 1001
###############################
Common Ethernet Configuration
..eth[*].bitrate = 1Gbps
##########################
Visualizer Configuration
*.visualizer.typename = "IntegratedMultiCanvasVisualizer"
#################################
Network Node Type Configuration
[Config StandardEthernet]
*.SW1.typename = "EthernetSwitch"
.Cam.typename = "StandardHost"
*.DACam.typename = "StandardHost"
*.Clock.typename = ""
[Config TimeSensitiveNetworkingBase]
*.SW1.typename = "TsnSwitch"
.Cam.typename = "TsnDevice"
*.DACam.typename = "TsnDevice"
*.Clock.typename = "TsnClock"
#####################
Clock Configuration
..clock.oscillator.driftRate = uniform(-100ppm, 100ppm)
..app[*].source.clockModule = "^.^.clock"
..eth[].macLayer.queue.transmissionGate[].clockModule = "^.^.^.^.clock"
####################################
Time Synchronization Configuration
..hasTimeSynchronization = false
*.Clock.gptp.masterPorts = ["eth0"]
*.SW1.gptp.slavePort = "eth3"
*.SW1.gptp.masterPorts = ["eth0", "eth1", "eth2"]
#############################
Stream Coding Configuration
..hasOutgoingStreams = true
..hasIncomingStreams = true
.Cam.bridging.streamIdentifier.identifier.mapping = [{stream: "Cam1", packetFilter: expr(has(udp) && udp.destPort == 1000)},
{stream: "Cam2", packetFilter: expr(has(udp) && udp.destPort == 1001)}]
.Cam.bridging.streamCoder.encoder.mapping = [{stream: "Cam1", pcp: 5},
{stream: "Cam2", pcp: 5}]
.SW.bridging.streamCoder.decoder.mapping = [{pcp: 5, stream: "Cam1"},
{pcp: 5, stream: "Cam2"}]
.SW.bridging.streamCoder.encoder.mapping = [{stream: "Cam1", pcp: 0},
{stream: "Cam2", pcp: 4}]
###############################
Traffic Shaping Configuration
*.SW1.hasEgressTrafficShaping = true
####################################
Per-stream Filtering Configuration
Beta Was this translation helpful? Give feedback.
All reactions