5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-16 18:49:34 +00:00
Yggdrasil network map
Go to file
Michał Zieliński c7f8455a94
Merge pull request #25 from Izzette/patch-1
Use "overflow: scroll" on sidebar.
2019-03-03 14:59:36 +01:00
scripts Simplify logic in get_edges_for_peers. 2016-08-21 11:21:27 +02:00
web Use "overflow: scroll" on sidebar. 2017-12-24 23:24:46 -06:00
.gitignore Script for starting multiple cjdns nodes 2014-06-05 17:50:37 +03:00
LICENSE Added a license and a readme 2014-03-30 17:43:14 +03:00
README.md parallel sendGraph, don't accept data from old versions of sendGraph 2015-11-21 13:30:03 +01:00

fc00.org

Source code for http://www.fc00.org (http://h.fc00.org on Hyperboria).

Sending your view of the network

In order to display accurate map of Hyperboria fc00 need your help. If you run CJDNS node, please send your network view using sendGraph.py script.

# Install requests and cjdns for Python 3
pip3 install cjdns requests
# Get the script
wget https://raw.githubusercontent.com/zielmicha/fc00.org/master/scripts/sendGraph.py
# Edit configuration
nano sendGraph.py
chmod +x sendGraph.py

# Run this every 20-100 minutes
./sendGraph.py
# For example, add it to crontab
(crontab -l; echo "@hourly /root/sendGraph.py") | crontab -

Web server

git clone git@github.com:zielmicha/fc00.org.git
git clone git@github.com:zielmicha/nodedb.git web/nodedb
sudo apt-get install python-flask python-flup python-mysqldb python-pygraphviz

cd fc00.org/web
python web.py

Run web/updateGraph.py periodically to rerender nodes graph. You may want to customize reverse-proxy IP retrieval logic in web.py.