chirpstack

package
v0.0.0-...-bd752d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorMessage

type ErrorMessage struct {
	ApplicationID   string
	ApplicationName string
	DeviceName      string
	Type            string
	Error           string
	FCnt            int
}

ErrorMessage contains lora errors.

type RxInfo

type RxInfo struct {
	Mac     string
	Name    string
	Time    time.Time
	RSSI    int     `json:"rssi"`
	LoRaSNR float64 `json:"LoRaSNR"`
}

RxInfo contains gateway information that payloads received from it. nolint: tagliatelle

type RxMessage

type RxMessage struct {
	ApplicationID   string
	ApplicationName string
	DeviceName      string
	DevEUI          string
	FPort           int
	FCnt            int
	RxInfo          []RxInfo
	TxInfo          TxInfo
	Data            []byte
}

RxMessage contains payloads received from your nodes.

type TxInfo

type TxInfo struct {
	Frequency int
	Adr       bool
	CodeRate  string
}

TxInfo contains transmission information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL