ambiot / ambd_matter

AmebaD public SDK to support Matter project
https://www.amebaiot.com/en/
10 stars 10 forks source link

[portinglayer] bridge dynamic endpoint example #85

Closed xshuqun closed 12 months ago

xshuqun commented 1 year ago
step0035 commented 1 year ago

Should we just skip using TCP as bridge? I don't think it is very suitable as TCP is not a network by itself. A ble-mesh-matter bridge will be more suitable.

step0035 commented 1 year ago

In matter_interactions.cpp, under PostDownlinkEvent, might need to change xQueueSendFromISR. Add check first to see whether thread is running in ISR or normal user task.