2018-06-26 23:54:03 +02:00
|
|
|
# ygg-node-db
|
|
|
|
server to collect DHT views from yggdrasil nodes and store in a data base
|
2018-06-30 23:07:05 +02:00
|
|
|
|
2018-08-08 02:39:58 +02:00
|
|
|
![api](https://github.com/yakamok/ygg-node-db/blob/master/api.png)
|
2018-06-30 23:07:05 +02:00
|
|
|
|
2018-06-30 23:07:17 +02:00
|
|
|
### send-view.py
|
2018-06-30 23:07:05 +02:00
|
|
|
|
|
|
|
Very simple to use just add in crontab and run once an hour.
|
2018-07-03 17:52:45 +02:00
|
|
|
|
2018-07-03 17:54:42 +02:00
|
|
|
__Access External Admin API:__
|
2018-07-03 17:52:45 +02:00
|
|
|
If you want to get access to an external Admin API on another server:
|
2018-07-03 02:20:25 +02:00
|
|
|
|
|
|
|
__example__
|
|
|
|
send-view.py 192.168.1.100 9001
|
2018-07-01 21:48:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
2018-07-09 16:05:19 +02:00
|
|
|
maybe some kind of testing for current uploads?
|
|
|
|
maybe add api token to prevent abuse?
|
|
|
|
create restrictions on how much data can be sent maybe?
|