MeshRouter

interface MeshRouter(source)

Interface for the central router that orchestrates specialized mesh packet handlers.

Properties

Link copied to clipboard

Access to the action handler.

Link copied to clipboard

Access to the configuration flow manager.

Link copied to clipboard

Access to the configuration handler.

Link copied to clipboard

Access to the data handler.

Link copied to clipboard
abstract val mqttManager: MqttManager

Access to the MQTT manager.

Link copied to clipboard

Access to the neighbor info handler.

Link copied to clipboard

Access to the traceroute handler.

Functions

Link copied to clipboard
abstract fun start(scope: ERROR CLASS: Symbol not found for CoroutineScope)

Starts the router and its sub-components with the given coroutine scope.