5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-18 23:49:35 +00:00
Yggdrasil network map
Go to file
2014-06-05 00:27:06 +03:00
scripts Validate received graph format 2014-06-04 21:41:33 +03:00
web Don't lose edges for a week 2014-06-05 00:27:06 +03:00
.gitignore Pushing nodes to a database and generating graph from it 2014-05-30 17:34:00 +03:00
LICENSE Added a license and a readme 2014-03-30 17:43:14 +03:00
README.md python-mysqldb is needed 2014-06-05 00:26:30 +03:00

fc00.org

Source code for http://fc00.org (http://www.fc00.org for clearnet)

Sending your view of the network

wget https://raw.githubusercontent.com/Randati/fc00.org/master/scripts/sendGraph.py
nano sendGraph.py
chmod +x sendGraph.py

# Run this every 5-60 minutes
./sendGraph.py

Web server

git clone git@github.com:Randati/fc00.org.git
sudo apt-get install python-flask python-flup python-mysqldb

cd web
cp lighttp.example.conf lighttp.conf
nano lighttp.conf
sudo sh -c "echo 'include \"/path/to/fc00.org/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.conf"