4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-06-26 12:49:23 +00:00

use to get a map of the network

This commit is contained in:
Arceliar
2018-12-08 00:41:40 -06:00
parent b9cd1b5de1
commit 96cf6caabc
2 changed files with 76 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from database import NodeDB
import graphPlotter
import urllib, json
url = "http://y.yakamo.org:3000/current"
url = "current" #alternatively "http://y.yakamo.org:3000/current"
# nodes indexed by coords
class NodeInfo: