Omnetpp federate error in Tiergarten example scenario #37
Answered
by
kschrab
abdullah-traboulsi
asked this question in
Q&A
-
As I am trying to connect Mosaic with Omnetpp, I tried testing Tiergarten example with Omnetpp federate set for true in "scenario_config.json". Please keep in mind that I am using the eclipse-mosaic version from this website But I receive the following error in Mosaic.log
|
Beta Was this translation helpful? Give feedback.
Answered by
kschrab
Jan 22, 2021
Replies: 1 comment 1 reply
-
Hi, this is a known issue with the 20.0 release. You can fix this easily by replacing the {
"federateConfigurationFile": "omnetpp.ini",
"messages": {
"destinationType": {
"AD_HOC_GEOCAST": false,
"AD_HOC_TOPOCAST": true,
"CELL_GEOCAST": false,
"CELL_GEOCAST_MBMS": false,
"CELL_TOPOCAST": false
},
"destinationAddress": {
"ipv4UnicastAddress": false,
"ipv4BroadcastAddress": true,
"ipv4AnycastAddress" : false
},
"protocolType": {
"UDP": true,
"TCP": false
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kschrab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
this is a known issue with the 20.0 release. You can fix this easily by replacing the
omnetpp_config.json
with this content: