Skip to main content

FireTorrent, a BitTorrent Client for Firefox

Submitted by Xenoveritas on
Topics

Well, I've been playing around with creating a BitTorrent client for Firefox, and have an implementation that kinda works in JavaScript.

Only problem is that it pegs out the CPU at around 100% and is markedly slower than it should be. (Maxed out at 30KB/s over loopback...)

Which means I missed the Extend Firefox contest. Fooey.

However, now I'm moving on from the, uh, "test implementation" to an implementation written in C++ using XPCOM. Hopefully that'll be capable of creating a working BitTorrent client that doesn't peg the CPU and downloads at a sane speed.

Ever so slight site update

Submitted by Xenoveritas on

I've updated the behind-the-scenes layout of the site. You shouldn't notice much of a change (unless you're using a text-only browser), since the stylesheet was modified at the same time, ensuring that the page looks essentially identical.

(Note: if your browser doesn't automatically refetch the style sheet, you WILL get a really funky looking page. Just hit Control-F5 if that happens.)

One of the nice changes is that the right sidebar and the content panel actually line up now. :)