Using the current toolset, anyone know of a creative way to ping a host/IP via LSL, and get a response?
I was trying to run a game show last night in the middle of a bad thunderstorm. My DSL connection kept dropping - but when that happens, there's no way for those around me to know I'm incommunicado until my connection either times out completely (which takes minutes), or it is restored.
It would be sweet if it were possible to create something similar to the "AFK" indicators that some have made - only this one indicating "LINKDEAD".
I thought about using llRequestAgentData and checking for Online status - but I'm not sure if that's responsive enough to show a connection that is linkdead, but not timed out yet.
I'm thinking something akin to Everquest - where, just like we have AWAY and BUSY tags here - a LINKDEAD tag appears whenever client/server communication is temporarily lost.
Any Ideas?