You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luminok edited this page Aug 22, 2026
·
3 revisions
Hello there is guide for TorrentRPC.
This protocol works on transmission-rpc with 3 methods torrent-add/torrent-get/torrent-remove/session-get(dummy method for transmission-rpc library of python)
Torrent get have a some fields, see the boost::json::value JSONRPCHandler::GetFieldValue (std::string_view field, std::shared_ptr<Torrent> torrent) -> https://github.com/PurpleI2P/i2pd/blob/openssl/libi2pd_client/TorrentsRPC.cpp#L246