How to send data to Flowics ?

  1. This method supports sending data 10x a second
  2. In Scoreboard OCR
    1. Add Fields
    2. Choose output type 'Flowics'
    3. Enter Flowics connection details:
      wss://atthis.flowics.com/atthis/public/streams/ws/push/<token>
  3. Please follow the steps as described in the Flowics support article or watch the following video (provided by Flowics):


Scoreboard OCR will send the following commands to Flowics via secure websocket connection:

{“type”:”ocr”, “values”:{"field_name": “value”, "field_name2": “value”}}
{“type”:”ocr”, “values”:{"time": “3:12”, "score_a": “56”}}