Index of the master module
-
m
fmtorrent.master.master
...
- FeedMyTorrent Master is the XML/RPC server which runs the BitTorrent
client. The former acts as a frontend to the later, through a simple
XML/RPC API. The API is self documented.
- a PORT ...
- a HOST ...
- a MAXINT ...
-
C
Master
...
- a allow_reuse_address ...
- a address_family ...
- a request_queue_size ...
- a log ...
- a socket_type ...
- f export_addTorrentFromData ... - addTorrentFromData(torrentFilename, str) -> 1
- f export_resumeAll ... - resumeAll() -> int
- f export_updateFeed ... - updateFeed(feedName) -> 0|1
- f runTorrents ...
- f export_pauseTorrent ... - pauseTorrent(torrentName) -> int
- f message ...
- f __init__ ...
- f export_stopTorrent ... - stopTorrent(torrentName) -> int
- f setupLog ...
- f live ...
- f export_addTorrentFromURL ... - addTorrentFromURL(str) -> str
- f export_pauseAll ... - pauseAll() -> int
- f aggregate ...
- f export_resumeTorrent ... - resumeTorrent(torrentName) -> int
- f exception ...
- f export_getStatus ... - getStatus() -> dict keyed by torrent name
- f export_getFeeds ... - getFeeds() -> list of feed names
- f display ... - this is called by the launchmanycore.stats() function
- f usage ...
- f main ...