This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Checking shell lag with bot net?

Old posts that have not been replied to for several years.
Locked
F
Frozt

Checking shell lag with bot net?

Post by Frozt »

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.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

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!
Locked