Skip to content

Omnetpp federate error in Tiergarten example scenario #37

Answered by kschrab
abdullah-traboulsi asked this question in Q&A
Discussion options

You must be logged in to vote

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:

{
    "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
        }
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@abdullah-traboulsi
Comment options

Answer selected by kschrab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants