MeshMessageProcessorImpl
class MeshMessageProcessorImpl(nodeManager: NodeManager, serviceStateWriter: ServiceStateWriter, meshLogRepository: Lazy<MeshLogRepository>, dataHandler: Lazy<MeshDataHandler>, fromRadioDispatcher: FromRadioPacketHandler, scope: CoroutineScope) : MeshMessageProcessor(source)
Implementation of MeshMessageProcessor that handles raw radio messages and prepares mesh packets for routing.
Constructors
Link copied to clipboard
constructor(nodeManager: NodeManager, serviceStateWriter: ServiceStateWriter, meshLogRepository: Lazy<MeshLogRepository>, dataHandler: Lazy<MeshDataHandler>, fromRadioDispatcher: FromRadioPacketHandler, scope: CoroutineScope)