Tcp

data class Tcp(val host: String, val port: Int = 4403) : TransportSpec(source)

TCP socket to a Meshtastic device or router running PhoneAPI on a network.

Parameters

host

hostname or IP address

port

TCP port (default 4403)

Constructors

Link copied to clipboard
constructor(host: String, port: Int = 4403)

Properties

Link copied to clipboard
Link copied to clipboard

Deterministic identity for storage keying.

Link copied to clipboard
val port: Int