Send message to connected TV on the network

2

How do I send a message to a network connected TV using Delphi7 .

Eg: I have a system that controls public service queues, I need to show the next caller password on a TV that is connected to the network.

    
asked by anonymous 18.09.2015 / 20:42

1 answer

4

Your problem is not exactly programming but understanding how the engine works.

I do not say that it is impossible for you to communicate with TV given the current technologies, but it gives work and will not bring anything useful.

This problem is solved in the most trivial way possible. You make a program to run on a regular computer and use the TV as a monitor. Whether this computer is networked or not will not make any difference. Of course it will probably be to receive information from other computers indicating that the queue has to add, but the problem is already there.

I will not go into detail because it is not the focus of the question, but most likely the other computers will communicate with this computer that will control the queue control application through the data pool that you have chosen to use.

    
18.09.2015 / 21:05