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
If chip-tool does not initiate the connection to the server, incoming reports are dropped with: CHIP: [IN] Data received on an unknown connection (0). Dropping it!!
The text was updated successfully, but these errors were encountered:
The issue is caused by the unprovoked message (reports) from the server to chip-tool. This will be handled by CASE session setup mechanism. The flow of events will be
chip-tool perform the device pairing, and provisions operational credentials on the device.
At some point in time, the device generates a report that will be sent to another node (e.g. chip-tool)
The device looks for an existing CASE session with the other node. If one exists, it'll use it. Otherwise, it'll setup a new CASE session using the provisioned operational credentials.
The CASE handshake will ensure that the other node (chip-tool) has a secure connection that can receive and decrypt the data.
The device will send the report using the secure session established via CASE.
Currently, the CASE handshake is not implemented in the code. I talked to @vivien-apple and he has a work around for the time being. So, maybe we can wait for CASE implementation to resolve this issue.
Problem
If chip-tool does not initiate the connection to the server, incoming reports are dropped with: CHIP: [IN] Data received on an unknown connection (0). Dropping it!!
The text was updated successfully, but these errors were encountered: