Server to collect DHT views from yggdrasil nodes and store in a data base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
yakamok 03e92d5929
Update README.md
6 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 6 years ago
send-view.py remove extra host_port test 6 years ago
vserv.py Update vserv.py 6 years ago

README.md

ygg-node-db

server to collect DHT views from yggdrasil nodes and store in a data base

send-view.py

Very simple to use just add in crontab and run once an hour.
If you want to get access to an external Admin API on another server:

send-view.py ipv4 port

example
send-view.py 192.168.1.100 9001

Todo

add Triggers to database for self cleaning of old entrys
add postgress function for alternative use
create an alternative to send-view to collect from multiple nodes and send(rare use case as admin api isnt secure to leave open)