ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
249 stars 36 forks source link

Transmission BitTorrent client #280

Open Anzic23 opened 5 years ago

Anzic23 commented 5 years ago

It would be great to integrate transmission into iobroker. On npm there is a package for work on api https://www.npmjs.com/package/transmission . Maybe this will help. Transmission is a BitTorrent client which features a variety of user interfaces on top of a cross-platform back-end. Transmission is free software licensed under the terms of the GNU General Public License, with parts under the MIT License.

Apollon77 commented 5 years ago

Can you please add more infos what "transmission" is?

misery commented 4 years ago

Like the idea!

https://transmissionbt.com/

DutchmanNL commented 4 years ago

so if I understand correctly, you would like to have an adapter in iobroker to emulate an download client

misery commented 4 years ago

No, Transmission has a REST-API. Would be nice to support that to control transmission by remote.

https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt

https://www.npmjs.com/package/transmission is a nodejs-wrapper around that REST-API.

DutchmanNL commented 4 years ago

No, Transmission has a REST-API. Would be nice to support that to control transmission by remote.

ah cheers now I get it thanks ! Yea the API and NPM module are straight forward so integrating this is not that complex. More a time issue to be honest, I could to it but no time currently for it.

I will assign my name not meaning I will handle it, but more : "If I have time left, a list with things I could pick up"

~Dutch