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
Need a class implementation that provides an API that a device/application can use to communicate with another (set of) device/s. At a high level, the class would provide APIs to
Initiate secure connection with a peer device. Get notified when the connection is available, or if it failed.
Use DNS cache to lookup and manage addresses of peer devices.
Use CASE session cache to resume a session, if possible.
Maintain a list of active connections for a set of peer devices. So that active connections can be reused.
At a high level, this class is doing a lot of what chip::DeviceController does today. It might be possible to refactor DeviceController to a minimal set of API and use that for Controller as well as Device to Device communication.
The text was updated successfully, but these errors were encountered:
Problem
Need a class implementation that provides an API that a device/application can use to communicate with another (set of) device/s. At a high level, the class would provide APIs to
At a high level, this class is doing a lot of what
chip::DeviceController
does today. It might be possible to refactorDeviceController
to a minimal set of API and use that for Controller as well as Device to Device communication.The text was updated successfully, but these errors were encountered: