How to send data to Flowics ?
- This method supports sending data 10x a second
- In Scoreboard OCR
- Add Fields
- Choose output type 'Flowics'
- Enter Flowics connection details:
wss://atthis.flowics.com/atthis/public/streams/ws/push/<token>
- 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”}}