reading internet data to generate random numbers.

Fredrik Lundh fredrik at pythonware.com
Wed Nov 2 15:23:29 EST 2005


Peter Hansen wrote:

>> Hi, I'm working on a random number generator using the internet as a
>> way to gather entropy, I have two questions.
>>
>> 1. is there a way to capture the internet stream?
>
> What specifically do you mean by the term "internet stream" here?
> Generally speaking, the internet is not "streamed" at all, but perhaps
> you have some special meaning in mind that isn't in general use.

maybe it's something like this he's looking for:

    http://sourceforge.net/projects/pylibpcap/

</F> 






More information about the Python-list mailing list