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.

15 lines
417 B

6 years ago
# ygg-node-db
server to collect DHT views from yggdrasil nodes and store in a data base
6 years ago
### send-view.py
Very simple to use just add in crontab and run once an hour.
6 years ago
## Todo
add Triggers to database for self cleaning of old entrys
add postgress function for alternative use
6 years ago
create an alternative to send-view to collect from multiple nodes and send(rare use case as admin api isnt secure to leave open)