mirror of https://github.com/r4sas/Niflheim-api
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
e670c8fcd3
|
6 years ago | |
---|---|---|
LICENSE | 6 years ago | |
README.md | 6 years ago | |
send-view.py | 6 years ago | |
vserv.py | 6 years ago | |
yggapi.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.
Access External Admin API:
If you want to get access to an external Admin API on another server:
example
send-view.py 192.168.1.100 9001
Todo
seperate out request for the api:
- current/ for active nodes
- old/ anything older than 4hrs
- all/ new and old together
add rate limiting for sends and requests
add postgress function for alternative use