vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

Port configuration missing for [1111.2222]. Service is internal.

Open meiGming opened this issue 2 years ago • 2 comments

Port configuration missing for [1111.2222]. Service is internal. helloworld-json { "unicast":"172.20.10.3", "logging": { "level":"debug", "console":"true" },

"applications":
[
    {
        "name":"hello_world_service",
        "id":"0x4444"
    },

    {
        "name":"hello_world_client",
        "id":"0x5555"
    }
],

"services":
[
    {
        "service":"0x1111",
        "instance":"0x2222",
        "unreliable":"30509"
    }
],

"routing":"hello_world_service",
"service-discovery":
{
    "enable":"true"
    "port" : "30490",
    "protocol" : "_udp_",
    "initial_delay_min" : "100",
    "initial_delay_max" : "100",
    "repetitions_base_delay" : "200",
    "repetitions_max" : "15",
    "ttl" : "100",
    "cyclic_offer_delay" : "2000",
    "request_response_delay" : "1500"
}

} service and client used same json file, some one fix this issue??tell me the soution

Thanks.

meiGming avatar Jun 13 '22 03:06 meiGming

look for other issue , someone has fix this question。that is adding {serviceId、instanceId、port} in router`s json file.

journey175 avatar Jun 24 '22 06:06 journey175

service-discovery no muticast

ByteXiaoTang avatar Jul 18 '22 07:07 ByteXiaoTang