Mbed IP integration with CHIP tasks list - ARMmbed/connectedhomeip GitHub Wiki

  1. Network interface integration:
  • Disable LwIP for Mbed platform in CHIP project
  • Propagate netsocket layer(Network interface) from mbed to CHIP
  • Set correct GN config of Inet for mbed platform/project
  • Set Mbed network interface defines
  • Mbed function implementation inside InetInterface
  • Testing
  1. Socket layer integration:
  • Implementation of non-existent BSD functions in Mbed (poll and/or select)
  • Creat adapter between BSD socket and Mbed netsocket
  • Integrate Mbed BSD socket implementation with CHIP Endpoints
  • Testing