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.
|
|
|
# Niflheim-api
|
|
|
|
|
|
|
|
### A collection of tools to support the Niflheim-api:
|
|
|
|
vserv.py - collects dht views from volunteer nodes.
|
|
|
|
niflheim-api.py - presents the data via an API and Web UI
|
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
|
|
|
send-view.py 192.168.1.100 9001
|
|
|
|
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
|
|
|
Redesign client server negotiation for data
|
|
|
|
add instructions for installtion in the readme
|
|
|
|
write script to test the server and api by generating fake data
|