supports a user interface, commands, and APIs to manage populations of RFID Readers. It does not do data collection of RFID tag read data. Instead, you must configure RFID readers to send tag read data directly from the reader to your
customers or partners solution
software application.
Currently,
Resonate
only supports a single data output connection from the reader; this is a websocket server connection. The websocket is based off the
secure
setting of the reader; this determines if the websocket uses TLS. Consult your Zebra sales representative for the roadmap of other endpoint types (for example, webhooks and MQTT).
Resonate
provides its own data contract definitions, separate from Zebra IoT Connector (ZIoTC). This allows
Resonate
to offer data output formats that emulate ZIoTC, as well as new data formats optimized for other solutions. For the current version of
does not use ZIoTC and instead is controlled by an on-reader Agent app, connecting to the reader's tag read data output stream requires the use of a different WebSocket endpoint address from the address in the ZIoTC documentation. To connect to the reader to get its output, your application should connect to
ws://<reader FQDN>/resonate
(if using a secure websocket, it should use
wss:
). Otherwise, the data that you receive will match the format and content defined in the ZIoTC documentation.