Marc Christiansen pisze:
>
> I had a (not so quick) look. The code proves its point (i.e. writing a
> very small p2p application is possible), but it is horrible. With only
> one server, the code is broken; maybe it works using multiple servers, I
> didn't test. A quick fix seems to be to change
Marc Christiansen pisze:
>> Can anybody help me to solve this? Please. I did browse google but found
>> nothing.
>
> I had a (not so quick) look. The code proves its point (i.e. writing a
> very small p2p application is possible), but it is horrible. With only
> one server, the code is broken; ma
Fantus <[EMAIL PROTECTED]> wrote:
> Hello
>
> I am doing a small research and I found this:
>
> http://www.freedom-to-tinker.com/tinyp2p.html
[...]
> Now when I try to run a client using following command:
>
> > python tinyp2p.py haslo client http://10.10.10.1:2233 koniki
>
> it gives me some s
Hello
I am doing a small research and I found this:
http://www.freedom-to-tinker.com/tinyp2p.html
I tried to get it to work. So far I managed to run it as a server using
a command:
> python tinyp2p.py haslo server 10.10.10.1 2233
It starts listening on a given port so I assume it works fine