aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Extending a bit torrent client..... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Extending a bit torrent client....." Watch "Extending a bit torrent client....." New topic
Author

Extending a bit torrent client.....

Wolfgang Obi
Ranch Hand

Joined: Dec 05, 2005
Posts: 134
Hi,

i will be given a fairly large project (will be working as an intern) very soon....
it will involve extending an open source bittorrent client to optimise the functionality.....

i would like to prepare myself by getting some basic understanding of what exactly i will be asked to do, ...as i am still quite a java-rookie!

now, i've downloaded the source code....but dont really understand what i'm looking at ...

can someone please tell me how i would embark on this adventure.....what are the first steps, which files/code sections etc are relevant for me....

in fact how do i begin?

How do i proceed?
can anyone maybe give me links to tutorials or guides as to how i can go about this.

thanks

- W.O.
[ June 26, 2007: Message edited by: Wolfgang Obi ]
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8263

The people who have worked on the particular code in front of you are few and far between. Fewer still are the people who can put the code in front of you together with what you want to do (probably numbering 1, yourself included). Your best bet is to go to the application's web site and see if they have developer documentation or a developer mailing list you can subscribe to. Don't forget that developers are probably working on their own projects and they are likely to tell you to RTFS. There is no substitute for reading and understanding the source code of an app.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Extending a bit torrent client.....
 
Similar Threads
Remote Desktop Login
Netbeans questions
Non web client for web service
API testing using Groovy
Abstract class vs Interface