Skip to content

Open Source Licenses

Mira

Mira uses code from these projects/libraries:

  • Contiki
  • SEGGER's RTT implementation
  • tinyprintf
  • George Oikonomou's implementation of trickle

For the nRF52 targets, these are also used:

  • ARM's CMSIS from Nordic Semiconductor's nRF5 SDK
  • Nordic Semiconductor's nRF Connect SDK
  • Nordic Semiconductor's nRF5 SDK

For the MKW41Z target, these are also used:

  • ARM's CMSIS from NXP's SDK for MKW41Z
  • NXP's Kinetis SDK for MKW41Z

Mira Gateway

The Mira Gateway uses the same projects as above plus: * musl libc

The licenses for each project/library is available under the licenses directory.

Monitoring Receiver and Web API

These programs are written in Rust and use many crates. Those have one directory each under licenses/crates and their licenses are included in each dir.

Note

Some of the code is licensed under a BSD license, requiring derivative works to reproduce the license for it to be valid.

Back to top