Transmission of Data to the FrontEnd of the RTTV - PSASCapstone2013/rttv GitHub Wiki

JSON objects are send to the frontend every 0.1 seconds via a WebSockets connection. If a JSON object contains no data it will not be sent to the front end.

Data types such as, ERRO, which contain character string messages are not subject to the data processing and are sent to the front end immediately upon receipt.

Data will only be sent to currently open WebSocket connections. If a connection is opened after the RTTV starts transmitting data it will only receive the most recent data.