openthread / ot-br-posix

OpenThread Border Router, a Thread border router for POSIX-based platforms.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
420 stars 235 forks source link

NCP host OS #1445

Closed jumpingjackgazz closed 2 years ago

jumpingjackgazz commented 2 years ago

Hi all,

I've been thru the documents describing NCP and RCP integration and as far as I understand both model need a Linux Host processor to run : ot-br-posix for RCP or wpantund for NCP.

Can you confirm my understanding ? Is there any other model available ? Like a RTOS integration available... Or Linux is a must have on host processor ?

ciao

jwhui commented 2 years ago

Can you confirm my understanding ?

Yes, you are correct.

Is there any other model available ? Like a RTOS integration available... Or Linux is a must have on host processor ?

Espressif ESP32 has an OTBR with RCP integration using FreeRTOS.

jumpingjackgazz commented 2 years ago

ok thx Jonathan !