Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document describes the format of the JSON data returned from the ScanData Streaming Service, including the details of each field.  It is assumed that the reader is familiar with developing systems that connect to web socket streaming apis and processing JSON messages.

 

Info
titleSample Streaming Clients

Note:  WebSocket support for consuming stream data from Bluzone has been deprecated.  Please use Data Stream Integrations instead.

Complete details and sample clients for using the Bluzone Consumer Service is available at: https://github.com/bluzone/consumer-service

 

...

Overview

The Streaming API exposes raw JSON messages that are collected by the Bluvision Cloud.  Developers may use this service to perform their own stream processing on JSON data.  Adapters are connectors that put Bluetooth data into the Bluzone Cloud.  The most common Adapter (and currently the only one supported) is a BluFi.  A typical use case would involve several Bluvision Beeks and one or more BluFi devices.  (Note:  This is an example of an extremely small deployment for development purposes.  Actual production deployments can potentially have many thousands of Beeks and BluFi devices.)  Once deployed and configured, the Streaming API may be used to directly process BLE traffic.  

...