Revision as of 20:26, 16 January 2017 by Enymind (Talk | contribs)

WebSocket support is enabling other applications to listen passing data in real time.

Protocol

Uses TCP port: 2235

Action message format

action: value

Where action is one of supported actions and value is the input of the action.

Supported actions

Digital I/O port ON

ion: 4

Where 4 is DIO port.

Digital I/O port OFF

iof: 4

Where 4 is DIO port.

Start/stop timing

tim: 1
tim: 0

Where 1 (on) or 0 (off) is timing state.

Event message format

event: value

Where event is one of supported actions and value is the output of the event.

Supported actions

Passings

pas: 14

Where 14 is the transponder number.