2018-06-26 23:54:03 +02:00
|
|
|
# ygg-node-db
|
2018-11-17 18:43:01 +01:00
|
|
|
|
|
|
|
### A collection of tools to support the yggapi:
|
|
|
|
vserv.py - collects dht views from volunteer nodes.
|
|
|
|
yggapi.py - presents the data via an API and Web UI
|
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
|
|
|
|
|
|
|
send-view.py 192.168.1.100 9001
|
2018-07-01 21:48:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
2018-11-14 21:05:40 +01:00
|
|
|
Redesign client server negotiation for data
|
2018-11-17 18:45:31 +01:00
|
|
|
add instructions for installtion in the readme
|
|
|
|
write script to test the server and api by generating fake data
|