Skip to content

Samir-Rashid/ot-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ot-prototype

Overview

This serves as a prototype template of a project that links to and builds an application dependent on the OpenThread library. The sample application is located in the dummy directory and includes a main.c and cli_uart.cpp file. Together, these two files create the OpenThread cli application. As currently configured, this builds the simulation cli which can be run on x86.

The run_test_build script invokes the commands needed to trigger the cmake build system. After this completes, the out executable found in the build directory can be run.

NOTE: the build time is currently quite long due to invoking all OpenThread subbuilds. This will be winnowed in future iterations of the prototype.

Building

git submodule update --init
./run_test_build

Running CLI App out

./out 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 54.2%
  • C 31.0%
  • CMake 14.3%
  • Shell 0.5%