Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Integration events

The events stream exposes Integration Events. This stream can be used to build external integrations, for example using the chirpstack_integration crate.

Redis keys

This stream is published under the following Redis keys:

  • device:[DEV_EUI]:stream:event (per DevEUI stream)
  • device:stream:event (global stream)

Data

This stream exposes all Integration Events.

See also integration.proto.

Example code

Example code can be found in the examples directory of the https://github.com/chirpstack/chirpstack repository.