Architectural overview
![]() |
Infoplay consists of two components :
Infoplay Server (Windows Service)
Infoplay server performs the following activities:
Start watch on RCX DB table (SubscriptionLogs) to get notification related to insert, update and delete DML operation.
Start TCP server on configured IPAddress and Port, and continue it in the background to accept TCP client connection request.
Send notification to the connected client on insert new subscription notification for RCX DB table watch.
Infoplay Display Client (Playback software)
Infoplay display client performs the following activities:
Fetch display client configuration through web service/WebAPI and display application UI accordingly.
Create TCP client and connect to TCP server, and keep client connection open to get a message from the server.
Display visitor information on new notification/message from TCP server.
