ok, I would like to put on my screen a status LED type images. I want the user to be able to see a blinking light when there is traffic on on the network. So ideally while traffic is leaving the client one green light would flash and then when traffic is coming into the client from the server the second one would flash. then a combination of two leds and colors could give them a status of the client/server
green green => Online and talking
green yellow => connected, not logged in
green reg => connected , not authorized
yellow, yellow => internet access but no websocket access
red, red => no internet access
this kind of thing. I was thinking that this would be a good use for animated gif's but that seems more complicated than just showing the image. Does anyone have some good ideas on how to achieve this?
thanks
Brad
green green => Online and talking
green yellow => connected, not logged in
green reg => connected , not authorized
yellow, yellow => internet access but no websocket access
red, red => no internet access
this kind of thing. I was thinking that this would be a good use for animated gif's but that seems more complicated than just showing the image. Does anyone have some good ideas on how to achieve this?
thanks
Brad