Small web application for finding dn42 peers, based on latency measurements

Baptiste Jonglez b96f98efe9 More TODO il y a 10 ans
migrations 8a4c52d694 Add country and comment fields for participants il y a 10 ans
static ebaa3ba99a Improve CSS for participant form il y a 10 ans
templates ebaa3ba99a Improve CSS for participant form il y a 10 ans
.gitignore 13ac032091 Don't track config.py in git il y a 10 ans
README e96fbc6a2f Add a readme il y a 10 ans
TODO b96f98efe9 More TODO il y a 10 ans
config.py.sample 13ac032091 Don't track config.py in git il y a 10 ans
manage_participants.py 667972fa5e Don't force python3 for manage_participants.py il y a 10 ans
peerfinder.py 5e44826f2c Don't force python3 il y a 10 ans
requirements.txt 71b79ef95a Add a requirements.txt file il y a 10 ans

README

dn42 peer finder


# Quickstart

- copy config.py.sample to config.py
- `pip install -r requirements.txt` (should work with python2 and python3)
- `./peerfinder.py runserver`


# Manage participants

Very crude at the moment. List participants:

./manage_participants

Activate participant whose ID is 42:

./manage_participants.py 42