[bug#47741,0/3] Add a service for OpenDHT

Message ID 20210413041500.1223-1-maxim.cournoyer@gmail.com
Headers show
Series Add a service for OpenDHT | expand

Message

Maxim Cournoyer April 13, 2021, 4:14 a.m. UTC
This series overhaul our opendht package a bit and adds a service for it.  You
can now for example set up your own Jami proxy server easily to use with Jami
on your phone.  Or simply to strengthen the distributed network by
participating in it and adding new stable bootstrap nodes.

Thanks,

Maxim Cournoyer (3):
  gnu: opendht: Add Python bindings, tools.
  services: configuration: Add syntactic sugar to easily generate
    documentation.
  services: Add opendht.

 doc/guix.texi                  |  84 ++++++++++++++++++++
 gnu/packages/networking.scm    |  75 +++++++++++++++---
 gnu/services/configuration.scm |  13 ++++
 gnu/services/networking.scm    | 135 ++++++++++++++++++++++++++++++++-
 4 files changed, 297 insertions(+), 10 deletions(-)