{% 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.

If you don't know what dn42 is, read the website and in particular the Getting Started guide.

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

Note: the target may block or rate-limit ICMP (e.g. Fritz!Box routers)

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 %}