CommandSender
Interface for sending commands and packets to the mesh network.
Properties
Functions
Link copied to clipboard
Generates a new unique packet ID.
Link copied to clipboard
Returns the cached channel set.
Link copied to clipboard
Returns the cached local configuration.
Link copied to clipboard
Returns the current packet ID.
Link copied to clipboard
Requests neighbor info from a specific node.
Link copied to clipboard
abstract fun requestPosition(destNum: Int, currentPosition: ERROR CLASS: Symbol not found for Position)
Requests the position of a specific node.
Link copied to clipboard
Requests telemetry from a specific node.
Link copied to clipboard
Requests a traceroute to a specific node.
Link copied to clipboard
Requests user info from a specific node.
Link copied to clipboard
abstract fun sendPosition(pos: ERROR CLASS: Symbol not found for org.meshtastic.proto.Position, destNum: Int? = null, wantResponse: Boolean = false)
Sends our current position to the mesh.
Link copied to clipboard
Sets a fixed position for a node.
Link copied to clipboard
Sets the session passkey for admin messages.