Skip to content

Infineon/btsdk-host-peer-apps-mesh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

btsdk-host-peer-apps-mesh

Overview

This repo contains host and peer apps to be used with embedded Mesh apps. Host apps act as an MCU to demonstrate use of the AIROC™ HCI protocol to control embedded apps. Peer apps demonstrate Mesh configuration and provisioning from other peer Mesh devices. Binaries and source code are included.

Repo contents:

  • host/VS_ClientControl: Host MCU app that can provision and control an embedded Mesh app. It provides a UI to control all Mesh models. Supported OS: Windows.

  • host/QT_ClientControl: Host MCU app that can provision and control an embedded Mesh app for the Mesh Lighting Model. Supported OS: Windows, Linux, and macOS.

  • peer/: Peer Mesh device app that demonstrates Mesh configuration and provisioning of an embedded app from a peer device. Supported OS: Android, iOS, WatchOS, and Windows.

  • mesh_client_lib/: Mesh client support library used by both host and peer apps.