{% extends "base.html" %} {% block content %}
This tool relies on a pool of workers, all over dn42, that process requests, perform ping measurements, and report back the results. You're welcome to add your own machines to the pool!
You need to separately register each computer that will provide measurements. Manual validation is performed for each registration.
The contact information is free-form, and will be shown to users when they launch measurements. This allows users to contact you if they want to peer.
Currently, two measurement scripts are available, depending on your needs:
Of course, you can write your own measurement scripts, using the still-undocumented API. Please make sure that your scripts are not too aggressive: you should not fetch jobs more often than 30 seconds, while 1 minute is a good value. Please include a fairly large amount of jitter (a random sleep of at most 30 seconds, for instance). This avoids synchronisation between participants.
{% endblock %}