participant.html 901 B

123456789101112131415161718192021222324
  1. <p>Thank you for participating!</p>
  2. <p>Your unique UUID is <strong>{{ uuid }}</strong>.<br />
  3. It will be used to identify you to the measurement platform when you submit
  4. reports, so you should keep it secret.</p>
  5. <p>The machine name you provided is <strong>&quot;{{ participant.name
  6. }}&quot;</strong>, and the contact you gave is <strong>&quot;{{
  7. participant.contact }}&quot;</strong>. They will appear on measurement
  8. results. If you wish to change one of them, contact us manually.</p>
  9. <p>Please note that new participants are manually moderated, so you should
  10. ping on IRC to make sure your access is validated. You can already setup
  11. the measurement script, it will start working as soon as your access is
  12. validated.</p>
  13. <p>Here is a script you can run to fetch measurements and report back the
  14. latency, with your UUID already pre-configured:</p>
  15. <p>
  16. <pre>
  17. {% include "run.sh" %}
  18. </pre>
  19. </p>