go-libdeluge for native RPC daemon communication

Suggestions and discussion of future versions
Post Reply
gdm85
New User
New User
Posts: 1
Joined: Mon Mar 30, 2020 5:17 pm

go-libdeluge for native RPC daemon communication

Post 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.
OpenDeluge
New User
New User
Posts: 4
Joined: Mon Nov 06, 2017 11:08 am

Re: go-libdeluge for native RPC daemon communication

Post by OpenDeluge »

Thanks for Your Work.
Post Reply