![]() |
BeeTorrent Announcement
2 Attachment(s)
I am going to start programming a BitTorrent client in C pretty soon, and it's gonna kick some ass I think. It's going to be called BeeTorrent (the mascot will be a buzzing bee...because I said so), and the premise behind it is that I'm not going to be Captain Morality about it like every other retarded BT client developer out there. It's going to be designed with options to get your file to you as fast as possible. Things like client id spoofing and lax seeding options will be there, as well as the most efficient downloading algorithms I can muster. The client will be open sourced right here on Zelaron (god knows I ain't paying for a sourceforge subscription), and will be primarily for Windows, with a possible Linux client. All suggestions are welcome, but what I may need is someone to come up with a logo. I don't need help with programming, but you may look at the source as it is posted and offer your own source and suggestions, and credit will be given where it's due. All of what is done will be kept perfectly legal.
That's it...expect some source files posted to this thread soon, a working bare console client eventually, and a GUI someday. Current code download: attached |
Just dont make a 'gay theme' gui, anyways you got my full support.
|
Code for today uploaded.
|
I remeber Whytespy.....it was awesome....too bad u never gave me anymore scripts lol
|
But now, won't they just ban your client from the trackers, if you do that?
|
Option for client spoofing.
|
New code uploaded.
|
I'm going to have to check this out some time. I'll let you know what I think after I learn more about it.
|
New code.
|
Holy shit, you rock, take me now.
|
Quote:
New Code. The bencode decoder is pretty much complete, and in main.c there's an example of all the horrible horrible code needed to hash and verify a torrent. But it's pretty fast...I hashed a 650 mb linux ISO in 25 seconds. Take a look at the insanity <3 |
You should include a compiled version for us lazy faggots.
EDIT: Give me a UI :( |
Yeh.....compile it and give UI...whats this DOS nonsense?
|
I can understand that's it's easier but....yea
|
It's a console program, not a "DOS program.'
New code...this will probably be the last update before my power goes out due to the hurricane. |
So who wants to explain to me how to run this thing?
|
i wrote a little bit of code, uploaded
also, i think it will compile on linux with "gcc -o beetorrent -lpthread main.c" |
what parameters does it take in?
Oh yea, make the GUI in Qt, so only us leet QTs wil be able to use it |
It doesn't do anything yet, I'm just building up the framework for it. Well, it can hash a torrent but thats about it. But I'm pretty close now to making it actually do shit.
|
Pro, remember, GTK or Qt libraries for GUI ;)
|
new code
I managed to get it making info_hash'es now, so to demo this you can compile the code (linux method shown): gcc -o beetorrent -lpthread main.c And run it with (linux method shown): ./beetorrent whatever.torrent And it will calculate and spit out that torrent's info_hash. This is really boring by the way, but it shows that I'm actually working at a decent pace on this. The info_hash is important because it's part of the initial tracker request, and this means that serious shit like socket orchestration are coming soon...The More You Know (tm). To do the same under Windows, you need visual studio to compile it. Then you just "beetorrent whatever.torrent" in a console or whatever. |
Someone make a ebuild for it for Gentoo, the only distribution worthy of usage.
|
jeez you dont neven need an ebuild, it just takes a single line to compile it.
|
but emerge beetorrent would be way easier... that and I really have no use for it atm... lol!
|
sorry for the lack of updates the past few days...i've been busy coming up with a proper architecture for all the code that does the actual downloading and shit (which is very close to being started)
expect some shit over the weekend |
new code
Right now i'm working on the stuff that loads the torrent, after that comes the network stuff, so exciting things are coming soon. |
new shit, code can now list all the announce servers in a torrent...
the stuff that loads a torrent is almost done. |
News...
I'm thinking of creating a toolkit for the project in C++ to simplify all the crazy cross-platform shit I'll be doing, such as Gtk and Qt support. Keep in mind that a linux program that supports both Qt and Gtk is rare, so I'll be doing some leet shit here. I think the toolkit will be called BeeToolkit, or BTK. |
In my experience, cross-platform interfaces suck, unless you're using OpenGL and making your own from scratch.
|
BTKLib code uploaded. In main.c is an example packet echo server using the BTKSocket interface.
|
New BTKLib uploaded, same packet echo server, but now with hot cross-platform action!
gcc -o btktest -lpthread main.cpp makes a packet echo server on port 12345 on linux. |
I've been really busy trying to build the user interface part...Windows' menu api is horrible.
|
Quote:
|
This shit is awsome. I actually uderstand some of the code too, yay computer science classes.
|
okay guys its been a while
new code, rewrote the code of the announce_server list |
Need an update soon k go
|
All times are GMT -6. The time now is 07:01 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.