TransportSpec
Specification of which radio to connect to and how.
The SDK supports multiple transports (BLE, TCP, HTTP, serial) depending on the target platform. Each transport implementation provides its own constructor; consumers pick the matching TransportSpec for their platform and pass it to RadioClient.Builder.transport.
Since
0.1.0
Inheritors
Types
Link copied to clipboard
Bluetooth Low Energy.
Link copied to clipboard
HTTP transport (PhoneAPI over HTTP; see protocol.md §4).
Link copied to clipboard
Android USB serial (via usb-serial-for-android).
Link copied to clipboard
JVM serial (via jSerialComm).
Link copied to clipboard
TCP socket to a Meshtastic device or router running PhoneAPI on a network.