Hello,
I'm trying to change the application type in the veins-lte "heterogeneous" example and I get the following error (in the SUMO log): "socket.error: [Errno 98] Address already in use"
I tried with different traffic configurations in SUMO or with different applications, but I always get the same error. I'm able to run the the example, but it stops in a few seconds without showing any errors on OMNeT++.
Here's my code:
*.node[*].applType = "UDPVideoStreamCli"
*.node[*].appl.serverAddress = "server"
*.node[*].appl.localPort = 9999
*.node[*].appl.serverPort = 3088
*.node[*].appl.startTime = uniform(0s, 0.02s)
*.server.applType = "UDPVideoStreamSvr"
*.server.appl.videoSize = 10MiB
*.server.appl.localPort = 3088
*.server.appl.sendInterval = 20ms
*.server.appl.packetLen = ${packetLen = 1000B }
**.mtu = 10000B
I'd appreciate any help, I really don't know how to solve it... Thanks in advance!
Iratxe