EcoG-io/iso15118

data link and Tcp connection get closed early in process

Closed this issue · 2 comments

i established a ethernet connection between my laptop and rpi .

started to simulate evcc code on laptop and secc code on rpi .

both are connected on same ethernet connection with ip assigned to laptop and dhcp server assign ip to rpi.

using wsl to run evcc code in laptop . and secc code is running on rpi.

connection is established and message exchange started but after some time connection get closed due to some error.

1680603521165
Screenshot (161)

From the logs, it seems like the supportedAppProtocolRes that was sent by SECC was never received and hence a timeout error was thrown at the EVCC end. Is this behaviour consistent? This does look strange - a connection was indeed established. Outbound tcp traffic from EVCC looks fine as well, but inbound was n't received. Any suspicious firewall settings on the EVCC side?

yes ,issue is resolved .i mistakenly added more delay on in shared.states code .now it is working fine. thank you so much for your support