StreamTransport
abstract class StreamTransport(callback: RadioTransportCallback, scope: CoroutineScope) : RadioTransport(source)
An interface that assumes we are talking to a meshtastic device over some sort of stream connection (serial or TCP probably).
Delegates framing logic to StreamFrameCodec from core:network.