NodeFeatures

data class NodeFeatures(val relay: Boolean = false, val proxy: Boolean = false, val friend: Boolean = false, val lowPower: Boolean = false)

Features supported by a mesh node.

Constructors

Link copied to clipboard
constructor(relay: Boolean = false, proxy: Boolean = false, friend: Boolean = false, lowPower: Boolean = false)

Properties

Link copied to clipboard

Node acts as a Friend node (caches messages for LPNs).

Link copied to clipboard

Node is a Low Power Node (polls a Friend for cached messages).

Link copied to clipboard

Node supports GATT Proxy protocol (bridge between GATT and ADV bearers).

Link copied to clipboard

Node can relay mesh messages (forward PDUs on ADV bearer).