You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run 3.4.10 notify-sample,i can't catch offer service message use tcpdump.
i try iperf3 to send message to 224.224.224.245 , it work properly,and i can catch the message.
Reproduction Steps
No response
Expected behaviour
offer service message in multicast 224.224.224.245
Logs and Screenshots
/var/data/jing88# ./run_tsf.sh notify-sample --udp
[ 6581.319796]~DLT~2306148~INFO ~Socket /tmp/dlt cannot be opened (errno=2). Retrying later...
1970-01-01 01:49:42.823238 [warning] Reliability type for event [1234.5678.8777] was not configured Using : RT_UNRELIABLE
1970-01-01 01:49:42.823238 [warning] Reliability type for event [1234.5678.8778] was not configured Using : RT_UNRELIABLE
1970-01-01 01:49:42.823248 [warning] Reliability type for event [1234.5678.8779] was not configured Using : RT_UNRELIABLE
1970-01-01 01:49:42.823248 [info] Using configuration file: "./etc/vsomeip/vsomeip-udp-service.json".
1970-01-01 01:49:42.823248 [info] Parsed vsomeip configuration in 6ms
1970-01-01 01:49:42.823248 [info] Configuration module loaded.
1970-01-01 01:49:42.823248 [info] Security disabled!
1970-01-01 01:49:42.823248 [info] Initializing vsomeip (3.4.10) application "service-sample".
1970-01-01 01:49:42.823258 [info] Instantiating routing manager [Host].
1970-01-01 01:49:42.823258 [info] create_routing_root: Routing root @ /var/vsomeip-0
1970-01-01 01:49:42.823268 [info] Service Discovery enabled. Trying to load module.
1970-01-01 01:49:42.823348 [info] Service Discovery module loaded.
1970-01-01 01:49:42.823358 [info] vsomeip tracing not enabled. . vsomeip service discovery tracing not enabled.
1970-01-01 01:49:42.823358 [info] Application(service-sample, 1277) is initialized (11, 100).
1970-01-01 01:49:42.823358 [info] offer_event: Event [1234.5678.8778] uses configured cycle time 0ms
1970-01-01 01:49:42.823358 [info] REGISTER EVENT(1277): [1234.5678.8778:is_provider=true]
1970-01-01 01:49:42.823358 [info] Starting vsomeip application "service-sample" (1277) using 2 threads I/O nice 255
1970-01-01 01:49:42.823358 [info] main dispatch thread id from application: 1277 (service-sample) is: 7
1970-01-01 01:49:42.823358 [info] shutdown thread id from application: 1277 (service-sample) is: 8
1970-01-01 01:49:42.823368 [info] udp_server_endpoint_impl: SO_RCVBUF is: 1703936 (1703936) local port:30490
1970-01-01 01:49:42.823368 [debug] Joining to multicast group 224.224.224.245 from 192.168.1.2
1970-01-01 01:49:42.823378 [info] create_local_server: Listening @ /var/vsomeip-1277
1970-01-01 01:49:42.823378 [info] OFFER(1277): [1234.5678:0.0] (true)
Setting event (Length=1).
1970-01-01 01:49:42.823378 [info] udp_server_endpoint_impl: SO_RCVBUF is: 1703936 (1703936) local port:30509
1970-01-01 01:49:42.823378 [info] udp_server_endpoint_impl<multicast>: SO_RCVBUF is: 1703936 (1703936) local port:30490
1970-01-01 01:49:42.823378 [info] SOME/IP routing ready.
1970-01-01 01:49:42.823388 [info] Watchdog is disabled!
Application service-sample is registered.
1970-01-01 01:49:42.823398 [info] io thread id from application: 1277 (service-sample) is: a
1970-01-01 01:49:42.823398 [info] io thread id from application: 1277 (service-sample) is: 1
1970-01-01 01:49:42.823398 [info] vSomeIP 3.4.10 | (default)
/mnt/root# tcpdump -i emac0 host 224.224.224.245
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on emac0, link-type EN10MB (Ethernet), capture size 262144 bytes
01:49:36.306791 IP 192.168.1.2 > 224.224.224.245: igmp leave 224.224.224.245
01:49:42.401797 IP 192.168.1.2 > 224.224.224.245: igmp v2 report 224.224.224.245
01:49:45.047131 IP 192.168.1.2 > 224.224.224.245: igmp v2 report 224.224.224.245
darduck18
changed the title
[BUG]: <title>QNX 7.1,RUN 3.4.10 notify-sample, can't sent multicast offer service message.
[BUG]: QNX 7.1,RUN 3.4.10 notify-sample, can't sent multicast offer service message.
Oct 29, 2024
The on_offer_debounce_timer_expired callback was never triggered. In application_impl.cpp, io_.run() was also executed normally. I tried using the Boost ASIO steady_timer and it worked fine on QNX 7.1.
Can you give me some advice on how to check why the timer is not running properly?
vSomeip Version
v3.4.10
Boost Version
1.63
Environment
QNX 7.1
Describe the bug
run 3.4.10 notify-sample,i can't catch offer service message use tcpdump.
i try iperf3 to send message to 224.224.224.245 , it work properly,and i can catch the message.
Reproduction Steps
No response
Expected behaviour
offer service message in multicast 224.224.224.245
Logs and Screenshots
The text was updated successfully, but these errors were encountered: