CongestionMetrics

data class CongestionMetrics(val airUtilTx: Float, val channelUtil: Float)(source)

Represents the current mesh congestion level based on channel utilization metrics.

Constructors

Link copied to clipboard
constructor(airUtilTx: Float, channelUtil: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

current transmit air utilization percentage (0-100)

Link copied to clipboard

Whether it's safe to send non-urgent messages.

Link copied to clipboard

current channel utilization percentage (0-100)

Link copied to clipboard

Computed congestion level based on thresholds.

Link copied to clipboard

Suggested backoff duration based on current congestion.