{% extends "base.html" %} {% block content %}

What is this?

This tool allows you to find "good" peerings for dn42, by measuring the latency from various points in the network towards you.

How does it work?

  1. you enter your (Internet) IP address or hostname
  2. various routers participating in dn42 will ping you over the Internet
  3. after a short while, you get back all the latency results
  4. you can then peer with people close to you (low latency)

Launch a measurement



If you mark your measurement as public, it will be displayed on the home page below. Note that the IP addresses of the target will be shown alongside the result.

Recent measurements

{% for t in targets %} {% endfor %}
Date Target Result
{{ t.submitted.strftime('%Y-%m-%d %H:%M') }} {{ t.get_ip() }} View result
{% endblock %}