Searched +full:otbr +full:- +full:doc (Results 1 – 7 of 7) sorted by relevance
38 add_custom_target(otbr-doc) target45 add_dependencies(otbr-doc doxygen)49 set(DBUS_DOC_TARGET ${CMAKE_CURRENT_BINARY_DIR}/html/dbus-api.html)50 add_custom_target(otbr-dbus-server-doc-copy ALL54 add_dependencies(otbr-dbus-server-doc-copy doxygen otbr-dbus-server-doc)55 add_dependencies(otbr-doc otbr-dbus-server-doc-copy)
32 # Build bi-products.33 .local-version37 stamp-h138 .stamp-h142 doc/Doxyfile43 doc/html51 include/otbr-config.h52 include/otbr-config.h.in56 [._]*.s[a-w][a-z]57 [._]s[a-w][a-z][all …]
1 …-gh-action-build-svg]][ot-gh-action-build] [![Docker Status][ot-gh-action-docker-svg]][ot-gh-actio…3 ---7 …, a Thread Border Router connects a Thread network to other IP-based networks, such as Wi-Fi or Et…11 - End-to-end IP connectivity via routing between Thread devices and other external IP networks12 - External Thread Commissioning (for example, a mobile phone) to authenticate and join a Thread dev…14 <a href="https://www.threadgroup.org/What-is-Thread#certifiedproducts">15 <img src="/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="right">18 OpenThread's implementation of a Border Router is called OpenThread Border Router (OTBR). **OTBR is…20 OTBR includes a number of features, including:22 - Web UI for configuration and management[all …]
30 project(openthread-br VERSION 0.3.0)32 add_compile_options(-Wall -Wextra -Werror -Wfatal-errors -Wuninitialized -Wno-missing-braces)34 add_library(otbr-config INTERFACE)40 …NSTANCE_NAME "${OTBR_VENDOR_NAME} ${OTBR_PRODUCT_NAME}" CACHE STRING "The OTBR MeshCoP service ins…60 set(CMAKE_EXE_LINKER_FLAGS "-rdynamic ${CMAKE_EXE_LINKER_FLAGS}")64 target_compile_options(otbr-config INTERFACE -g -O0 --coverage)65 target_link_libraries(otbr-config INTERFACE --coverage)68 message(STATUS "OTBR package name: ${OTBR_NAME}")72 COMMAND git describe --dirty --always78 set(OTBR_VERSION "${PROJECT_VERSION}-${OTBR_GIT_VERSION}")[all …]
29 add_custom_target(otbr-dbus-introspect-header ALL37 add_library(otbr-dbus-server STATIC44 target_include_directories(otbr-dbus-server PRIVATE49 add_dependencies(otbr-dbus-server otbr-dbus-introspect-header)51 target_link_libraries(otbr-dbus-server PUBLIC52 otbr-dbus-common53 otbr-proto57 add_custom_target(otbr-dbus-server-doc ALL58 …COMMAND gdbus-codegen --generate-docbook generated-docs ${CMAKE_CURRENT_SOURCE_DIR}/introspect.xml 59 COMMAND xmlto html generated-docs-io.openthread.BorderRouter.xml
34 - 'main'37 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…38 cancel-in-progress: true42 runs-on: ubuntu-latest46 - uses: actions/checkout@v449 - name: Bootstrap52 sudo apt-get install -y libglib2.0-dev-bin xmlto53 - name: Generate55 mkdir build-doc56 cd build-doc[all …]
31 * This file includes implementation of TREL DNS-SD over mDNS.53 static otbr::TrelDnssd::TrelDnssd *sTrelDnssd = nullptr;57 sTrelDnssd->Initialize(aTrelNetif); in trelDnssdInitialize()62 sTrelDnssd->StartBrowse(); in trelDnssdStartBrowse()67 sTrelDnssd->StopBrowse(); in trelDnssdStopBrowse()72 sTrelDnssd->RegisterService(aPort, aTxtData, aTxtLength); in trelDnssdRegisterService()77 sTrelDnssd->UnregisterService(); in trelDnssdRemoveService()80 namespace otbr { namespace236 Utils::Bytes2Hex(extaddr->m8, sizeof(otExtAddress), nameBuf); in GetTrelInstanceName()301 // Skip anycast (Refer to https://datatracker.ietf.org/doc/html/rfc2373#section-2.6.1) in OnTrelServiceInstanceAdded()[all …]