Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
// URL is the base URL of the meshtastic API endpoint.
URL string
// Client is an HTTP client used to send requests.
Client http.Client
}
Transport represents a transport mechanism over HTTP for communicating with a Meshtastic device.
func (*Transport) ReceiveFromRadio ¶
ReceiveFromRadio retrieves a protobuf message from the radio through the Meshtastic API.
Click to show internal directories.
Click to hide internal directories.