• This repository has been archived on 06/Mar/2024
  • Stars
    star
    145
  • Rank 254,144 (Top 6 %)
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.

Build Status


OpenThread RTOS

The OpenThread RTOS project provides an integration of:

  1. OpenThread, an open-source implementation of the Thread networking protocol.
  2. LwIP, a small independent implementation of the TCP/IP protocol suite.
  3. FreeRTOS, a real time operating system for microcontrollers.

OpenThread RTOS includes a number of application-layer demonstrations, including:

  • MQTT, a machine-to-machine (M2M)/"Internet of Things" connectivity protocol.
  • HTTP, the underlying protocol used by the World Wide Web.
  • TCP, one of the main transport protocols in the Internet protocol suite.

Getting started

Linux simulation

git submodule update --init
mkdir build && cd build
cmake .. -DPLATFORM_NAME=linux
make -j12

This will build the CLI test application in build/ot_cli_linux.

Nordic nRF52840

git submodule update --init
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-none-eabi.cmake -DPLATFORM_NAME=nrf52
make -j12

This will build the CLI test application in build/ot_cli_nrf52840.hex. You can flash the binary with nrfjprog(Download) and connecting to the nRF52840 DK serial port. This will also build the demo application in build/ot_demo_101. See the Demo 101 README for a description of the demo application.

Contributing

We would love for you to contribute to OpenThread RTOS and help make it even better than it is today! See our Contributing Guidelines for more information.

Contributors are required to abide by our Code of Conduct and Coding Conventions and Style Guide.

We follow the philosophy of Scripts to Rule Them All.

License

OpenThread RTOS is released under the BSD 3-Clause license. See the LICENSE file for more information.

Please only use the OpenThread name and marks when accurately referencing this software distribution. Do not use the marks in a way that suggests you are endorsed by or otherwise affiliated with Nest, Google, or The Thread Group.

Need help?

OpenThread support is available on GitHub:

OpenThread

To learn more about OpenThread, see the OpenThread repository.

More Repositories

1

openthread

OpenThread released by Google is an open-source implementation of the Thread networking protocol
C++
3,448
star
2

ot-br-posix

OpenThread Border Router, a Thread border router for POSIX-based platforms.
C++
399
star
3

wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
C++
174
star
4

ot-docs

OpenThread documentation
75
star
5

ot-nrf528xx

OpenThread on Nordic nRF528xx examples.
C
58
star
6

ot-esp32

C
56
star
7

ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
Go
56
star
8

pyspinel

Python CLI to configure and manage OpenThread NCPs
Python
49
star
9

ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
C++
49
star
10

tayga

C
41
star
11

ot-efr32

OpenThread on Silicon Labs EFR32 examples.
C
24
star
12

ot-cc13x2-cc26x2

OpenThread on Texas Instruments CC13x2/CC26x2 examples.
C
20
star
13

ot-nxp

OpenThread on NXP examples.
C
19
star
14

ot-registrar

OpenThread Registrar, a BRSKI Domain Registrar for authenticating new Thread devices.
Java
13
star
15

ot-reference-release

Python
11
star
16

ot-b91

OpenThread on Telink B91 example.
C
11
star
17

ot-samr21

OpenThread on Microchip SAM R21 example.
C
9
star
18

ot-cc2538

OpenThread on Texas Instruments CC2538 example.
C
6
star
19

silk

Python
5
star
20

ot-ifx

C
4
star
21

ot-qorvo

OpenThread on Qorvo example.
C
4
star
22

spinel-spec

Spinel Specification: a general management protocol for enabling a host device to communicate with and manage a Network Control Processor (NCP).
HTML
3
star
23

size-report

An app that generates size reports for pull requests.
JavaScript
2
star
24

ot-kw41z

OpenThread on NXP KW41Z example.
C
2
star
25

.allstar

1
star
26

.github

1
star