Lines Matching +full:host +full:- +full:side
1 .. zephyr:code-sample:: openthread-coprocessor
2 :name: OpenThread co-processor
3 :relevant-api: openthread
5 Build a Thread border-router using OpenThread's co-processor designs.
10 OpenThread Co-Processor allows building a Thread Border Router. The code in this
12 The Co-Processor can act in two variants: Network Co-Processor (NCP) and Radio
13 Co-Processor (RCP), see https://openthread.io/platforms/co-processor.
15 Additional required host-side tools (e.g. otbr-agent) to build a Thread Border
17 https://openthread.io/guides/border-router/build#set-up-the-border-router.
19 The preferred Co-Processor configuration of OpenThread is RCP now.
29 .. zephyr-app-commands::
30 :zephyr-app: samples/net/openthread/coprocessor
38 .. zephyr-app-commands::
39 :zephyr-app: samples/net/openthread/coprocessor
42 :gen-args: -DDTC_OVERLAY_FILE=usb.overlay -DEXTRA_CONF_FILE=overlay-usb-nrf-br.conf
47 .. zephyr-app-commands::
48 :zephyr-app: samples/net/openthread/coprocessor
49 :host-os: unix
51 :conf: "prj.conf overlay-rcp.conf"
58 - :file:`prj.conf`
61 - :file:`overlay-rcp.conf`
65 - :file:`overlay-tri-n4m-br.conf`
67 https://www.tridonic.com/com/en/download/data_sheets/net4more_Borderrouter_PoE-Thread_en.pdf.
70 example for a development set-up based on development boards.