WebSockets

WebSockets are fast ad modern way how to propagate JSON data from AMMC to your app. The JSON created in conversion from device binary protocol data is passed to WebSocket immediately. All conversion and passing takes as little as several microseconds.

AMMC opens WebSocket server on selected port and multiple clients can be connected. Each connected client receives JSON message.

An example connecting to decoder on IP 192.168.1.11 and openning WebSocket on port 9000

ammc-amb.exe -w 9000 192.168.1.11