Edgar
Apr 20th, 2006, 06:05 AM
I plan to write the following application
Servers
Several computers (servers) in a network play music (from an application which I will design). These computers will be somewhere hidden in a cabinet without a user
Client(s):
From one (or maybe more then one computer) (the administrator console) it should be possible to control the servers which play the music. I guess just to send commands like START or STOP from the client to one server is relative simple, but I also want that the client receives information about the current state like: Which title is currently played, time left and maybe some kind of VU-Meter to show the current output signal. If possible I want this information pushed from the servers to client. So if the title changes the servers send this information just one time to all clients (instead of the clients asking every second what is currently played).
I have experience in VB6 and APIs and I am able to write the application locally. But I have no idea which technology I can/should use to do this over the network.
I will use this in a local area network only. I plan to use Windows XP as servers and as clients.
Maybe I should run IIS on each server and a web interface on the client to see what’s happening. This is just an idea. The last time I works with a web interface was with ASP 1.0.
If it would be a lot easier to do the described with .net this is also acceptable. But till now I tried to avoid spending lots of time learning .net
Please let me know which technical possibilities exist to so something like this.
Thank you very much for your help
Edgar
Servers
Several computers (servers) in a network play music (from an application which I will design). These computers will be somewhere hidden in a cabinet without a user
Client(s):
From one (or maybe more then one computer) (the administrator console) it should be possible to control the servers which play the music. I guess just to send commands like START or STOP from the client to one server is relative simple, but I also want that the client receives information about the current state like: Which title is currently played, time left and maybe some kind of VU-Meter to show the current output signal. If possible I want this information pushed from the servers to client. So if the title changes the servers send this information just one time to all clients (instead of the clients asking every second what is currently played).
I have experience in VB6 and APIs and I am able to write the application locally. But I have no idea which technology I can/should use to do this over the network.
I will use this in a local area network only. I plan to use Windows XP as servers and as clients.
Maybe I should run IIS on each server and a web interface on the client to see what’s happening. This is just an idea. The last time I works with a web interface was with ASP 1.0.
If it would be a lot easier to do the described with .net this is also acceptable. But till now I tried to avoid spending lots of time learning .net
Please let me know which technical possibilities exist to so something like this.
Thank you very much for your help
Edgar