# Packages
No description provided by the author
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
No description provided by the author
Package multi implements a multi-integration handler.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Integration returns the integration object.
SetIntegration sets the given integration.
# 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.
TxAckNotification defines the payload sent to the application after receiving a tx ack from the network-server.
TXInfo contains the TX information.
# Interfaces
Integrator defines the interface that an intergration must implement.