Some of my shells l have extreme lag at times. I am wondering if anyone is aware of a tcl script that could work along with the netbots.tcl that could ping the other bots shells to find the ping reply from the other bots all in one command. Because pinging each shell individually can be take forever.
It's easy to write one yourself. Really it's only a few lines. Use the "putallbots" command to send a ping message to all the bots. Then have a script that listens for the ping message and echoes it back with "putbot". It's probably less than 10 lines total!