Skip to content

science-engineering-art/gotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotify

Spotify implementation in Golang

Documentation

Go to file: gotify.md

Kademlia Package

Take a look at our implementation of the Kademlia Protocol

Execution of services

Set a Docker network interface

docker network create --driver bridge --subnet 192.168.0.0/16 --gateway 192.168.0.1 gotify-net

Then configure your DNS by adding nameserver: 192.168.0.2

Turn on

python cli/main.py build
python cli/main.py up

or

python cli/main.py rebuild

Turn off

python cli/main.py down