Re: [Twisted-Python] suggestion for a file transfer protocol

2010-05-12 Thread Gabriele Lanaro
Thank you very much for you help, the twisted community is really helpful! For now I'll use PB and ConsumerProducer and if it's not sufficient I'll hack around the BitTorrent protocol (using the twisted implementation in the BitTorrent client). Thank you very much for the help! - Gabriele 2010

Re: [Twisted-Python] suggestion for a file transfer protocol

2010-05-11 Thread Konrads Smelkovs
You can do with Pb and Consumer/Producer. Things that use low level interfaces such as sendfile on linux will be more efficient and you may want to consider setting up an http server and just handing out links. 2010/5/11, Gabriele Lanaro : > I'm trying to develop a simple application that let comm

Re: [Twisted-Python] suggestion for a file transfer protocol

2010-05-11 Thread David Ripton
On 2010.05.11 12:20:27 +0200, Gabriele Lanaro wrote: > I'm trying to develop a simple application that let communicate two > computers in a LAN for transferring files. My idea is that: > > using dbus/zeroconf each machine can see other's service and can connect > with it (I need something without

[Twisted-Python] suggestion for a file transfer protocol

2010-05-11 Thread Gabriele Lanaro
I'm trying to develop a simple application that let communicate two computers in a LAN for transferring files. My idea is that: using dbus/zeroconf each machine can see other's service and can connect with it (I need something without authentication or so) having a lan with 2 machines A asks B i