May 27th, 2007
|
| Tropical Storm | | Join Date: March 30th, 2007 Location: Tallahassee (Florida) / Pavia (Italy)
Posts: 4
| |
Coding Limewire: performing an action before bootstrapping Hello all!
I'm having some little fun with limewire code for research purpose.
I'd like to ask a question, hoping that some developers or code wizards are around...
I'd like Limewire to perform an action at the startup, before connecting to Gnutella network. Specifically it should open a socket and download a file from a http server. To do this, it does not need to be connected to gnutella network and I already have a working code to create the socket, download the file and store it locally.
The only problem is that i cant figure out where to insert such code: i would need to place it in some module always executed before the bootstrap, that is before the handshake.
If someone has an idea, that would be really great
Thanks so much in advance for any tips! |