package
2.6.1+incompatible
Repository: https://github.com/brocaar/lora-app-server.git
Documentation: pkg.go.dev

# Packages

Package application implements a wrapper for application integrations.
Package awssns implements an AWS NSN integration.
Package azureservicebus implements an Azure Service-Bus integration.
No description provided by the author
Package http implements a HTTP integration.
Package influxdb implements a InfluxDB integration.
No description provided by the author
No description provided by the author
Package multi implements a multi-integration handler.

# Functions

Integration returns the integration object.
SetIntegration sets the given integration.

# Constants

Handler kinds.
Handler kinds.

# Structs

ACKNotification defines the payload sent to the application on an ACK event.
DataDownPayload represents a data-down payload.
DataUpPayload represents a data-up payload.
ErrorNotification defines the payload sent to the application on an error event.
JoinNotification defines the payload sent to the application on a JoinNotificationType event.
Location details.
LocationNotification defines the payload sent to the application after the device location has been resolved by a geolocation-server.
RXInfo contains the RX information.
StatusNotification defines the payload sent to the application on a device-status reporting.
TXInfo contains the TX information.

# Interfaces

Integrator defines the interface that an intergration must implement.