Page 1 of 1

go-libdeluge for native RPC daemon communication

Posted: Mon Mar 30, 2020 5:21 pm
by gdm85
Hi there,

some years ago I published go-libdeluge:

https://github.com/gdm85/go-libdeluge

You can read the release blog post here: https://medium.com/where-do-we-go-now/a ... 8a94e9b13f

It is fairly mature these days, I thought to pop in and post about here in case someone is interested in custom projects and integrations.

NOTE: this does not use the JSON API but rather the native RPC API that uses rencode. Both version 1.3+ and 2.0+ are supported.

I recently added integration tests using GitHub Actions so that adds more stability to the API.

I can answer to some questions if you have any.

Re: go-libdeluge for native RPC daemon communication

Posted: Sun Dec 27, 2020 6:02 am
by OpenDeluge
Thanks for Your Work.