I'm open for suggestions on how to reduce size.
+ Not spyware
+ No ads
I ask because I'm not seeing an FAQ, list of features or User Manual documentation on the linked page.
Feature wise, PicoTorrent is lacking. Most popular features will be implemented, along with a plugin API. Right now, nothing more than the basics is implemented.
I'll try to put this, along with other information, in a FAQ asap.
Eh...Deluge has made a number of changes to libtorrent that aren't replicable solely by config tweaks. Such as lying about what pieces that client currently has, lying about connections and others in order to get the tracker to assign more peers and increase per-peer connections. Deluge also abuses the ever-loving-crap out of memory, since it doesn't use the system memory manager and, at least last I looked, their home built caching system was horribly broken (that is, they goto-failed their own manager) which leads to horrible flush to disk scenarios that kill speeds.
Installer didn't even ask where I want to install it and did not display any success message, informing about successful installation. Needs more install options for power users. Also portable (zip) version would be a big plus.
More comments more, maybe, because PicoTorrent fails to work in Sandboxie.
The installer will receive a nice update with a user interface in the next version.
Thanks for the input! :)
Ninja Edit: I'll take a look at fixing whatever is making PicoTorrent not work in Sandboxie.
Also, shameless plug -- I work on an open source BitTorrent tracker[1] that was adopted by Facebook for deploying their server software and have been playing around with a framework for writing tracker logic via middleware[2]. If you want to talk about any of the client <> tracker interactions, I'm totally down for discussion.
[0]: https://github.com/jzelinskie/move_torrents.py
I haven't had a chance to test it with a million torrents yet, but my development environment has a few thousand at least, so easy bulk operations are a requirement :)