[General] network = DataRateMeasurementShowcase description = "Measure data rate in several modules throughout the network" sim-time-limit = 1s # source application with roughly ~48Mbps throughput *.source.numApps = 1 *.source.app[0].typename = "UdpSourceApp" *.source.app[0].source.packetLength = 1200B *.source.app[0].source.productionInterval = exponential(200us) *.source.app[0].io.destAddress = "destination" *.source.app[0].io.destPort = 1000 # destination application *.destination.numApps = 1 *.destination.app[0].typename = "UdpSinkApp" *.destination.app[0].io.localPort = 1000 # enable modular Ethernet model *.*.ethernet.typename = "EthernetLayer" *.*.eth[*].typename = "LayeredEthernetInterface" *.*.eth[*].bitrate = 100Mbps