Versions in this module Expand all Collapse all v0 v0.0.1 Jul 7, 2023 Changes in this version + type Client struct + func New(uri string, token string) *Client + func (c *Client) UplinkSend(ctx context.Context, req UplinkRequest) (UplinkResponse, error) + type LoRaDownlink struct + Payload helpers.HEXBytes + Port uint8 + type PositionSolution struct + Accuracy float64 + CaptureTimeGPS float64 + ECEF []float64 + GDOP float64 + LLH []float64 + Timestamp float64 + type StreamUpdate [][]interface + type UplinkDeviceMapResponse map[helpers.EUI64]UplinkResponseItem + type UplinkMsg struct + DR uint8 + FCnt uint32 + Freq uint32 + MsgType string + Payload string + Port uint8 + Timestamp float64 + type UplinkMsgGNSS struct + GNSSAssistAltitude float64 + GNSSAssistPosition []float64 + GNSSCaptureTime float64 + GNSSCaptureTimeAccuracy float64 + GNSSUse2DSolver bool + MsgType string + Payload helpers.HEXBytes + Timestamp float64 + type UplinkMsgJoining struct + DR uint8 + Freq uint32 + MsgType string + Timestamp float64 + type UplinkMsgModem struct + DR uint8 + FCnt uint32 + Freq uint32 + MsgType string + Payload helpers.HEXBytes + Timestamp float64 + type UplinkMsgWifi struct + MsgType string + Payload helpers.HEXBytes + Timestamp float64 + type UplinkRequest map[helpers.EUI64]interface + type UplinkResponse struct + Result UplinkDeviceMapResponse + type UplinkResponseItem struct + Error string + Result UplinkResponseResult + type UplinkResponseResult struct + Downlink *LoRaDownlink + FPorts interface{} + File interface{} + FulfilledRequests interface{} + InfoFields interface{} + LogMessages interface{} + PendingRequests interface{} + PositionSolution *PositionSolution + StreamRecords StreamUpdate