Re: tinyp2p - trying to get it to work

2007-10-09 Thread Fantus
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

Re: tinyp2p - trying to get it to work

2007-10-07 Thread Fantus
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

Re: tinyp2p - trying to get it to work

2007-10-07 Thread Marc Christiansen
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

tinyp2p - trying to get it to work

2007-10-07 Thread Fantus
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