BitDaemon

BitDaemon will be a BitTorrent client which runs as a daemon allowing multiple clients to connect to it and control it, but for now its just a set of ideas. at the moment this page is just a scratch pad describing those ideas

Current Planned Deps:

Communication between it and its clients will happen via. a defined DBus interface (there might be a current Draft of the interface spec in /SpecDraft)

Tracker communication will use libTorrent

Hooks: Hooks allow you to run anything when something happens, for example when a download finishes, BitDaemon should implement hooks in 2 ways:

D-Bus interface

BitDaemon will use the people.tfkyle.BitDaemon D-Bus message bus name, there will be one Global interface "people.tfkyle.BitDaemon" at path /people/tfkyle/BitDaemon, and multiple "people.tfkyle.BitDaemon.Torrent" interfaces on the paths "/people/tfkyle/BitDaemon/Torrents/<torrent UUID>" where the torrent UUID is a uuid generated when adding a torrent