Is there a way to gather network/internet traffic statistics?
The end result is that I need to create a random number generator using some network stats as a random seed, so I need to pull information that is highly variable. Could be packet data (maybe sequence numbers), or traffic data such as the inter-packet gap. Something that changes often.
This number would then be used as a seed for the random number generator.
Any suggestions would be appreciated.
Thanks.
Jason