Package-level declarations

Types

Link copied to clipboard
class StreamFrameCodec(onPacketReceived: (ByteArray) -> Unit, logTag: String = "StreamCodec")

Meshtastic stream framing codec — pure Kotlin, no platform dependencies.

Link copied to clipboard
class TcpTransport(dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers, scope: ERROR CLASS: Symbol not found for CoroutineScope, listener: TcpTransport.Listener, logTag: String = "TcpTransport")

Shared JVM TCP transport for Meshtastic radios.