1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-01-12 16:08:02 +00:00
Server to collect DHT views from yggdrasil nodes and store in a data base
Go to file
2018-07-03 02:20:25 +02:00
LICENSE Initial commit 2018-06-26 23:54:03 +02:00
README.md Update README.md 2018-07-03 02:20:25 +02:00
send-view.py remove extra host_port test 2018-07-03 01:59:15 +02:00
vserv.py Update vserv.py 2018-07-02 22:32:29 +02:00

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 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)