tree: fe9615bc73833c8e253e472f87828f324f25602b [path history] [tgz]
  1. third_party/
  2. .gn
  3. args.gni
  4. BUILD.gn
  5. main.cpp
  6. README.md
examples/log-source-app/linux/README.md

log-source-app

This is a reference application that implements an example of an diagnostic log cluster server.

Building

Suggest doing the following: scripts/examples/gn_build_example.sh examples/log-source-app/linux out/debug chip_config_network_layer_ble=false

Usage

./log-source-app

Current Features/Limitations

Features

  • Redirect logs into the internal buffer, send logs using diagnostic logs cluster.

Limitations:

  • BDX transfer is not implemented yet (TODO)