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.

25 lines
560 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
6 years ago
__Access External Admin API:__
6 years ago
If you want to get access to an external Admin API on another server:
6 years ago
__example__
send-view.py 192.168.1.100 9001
6 years ago
## Todo
6 years ago
__seperate out request for the api:__
- current/ for active nodes
- old/ anything older than 4hrs
- all/ new and old together
6 years ago
add rate limiting for sends and requests
6 years ago
add postgress function for alternative use