* Roman Glebov <bleon at gmx.net> [2006-01-05 02:32:40]: > Hi all > I am working now on a way to track live the freenet network topology. > This would make use easy to overview the state and health of the network, > and coordinate tests better way(for example creating long chains and such) > > I did now small test here : > http://sleon.dyndns.org/~sleon/ > It uses a database and generates a network grapth based on it. > Data about connected nodes needs to be entered manually. > > What i would like to do is following: > I want to create a real network application (based on python twisted) > Every node on the test net should connect to it in the specifyed way every > should we say 2 minutes and send information on nodes it is REALLY connected > to and maybe also about the quality of connection. It would be used to update > database with that particular information. This informatin will be then used > to generate a graph of network (maybe coloured graph?) >
What about implementing a spider ? It would use the testnet port and a special STATUS command or something like that. Regards, NextGen$.