123456789101112131415161718 |
- <h2>dn42 peer finder</h2>
- <form action="/submit" method="POST">
- Target:
- <input type="text" name="target" />
- <input type="submit" name="Launch" />
- </form>
- <h3>Participate in the measurement network</h3>
- <p>You need to separately register each computer that will provide
- measurements. Manual validation is performed for each registration.</p>
- <form action="/create/participant" method="POST">
- Machine name (required): <input type="text" name="name" /><br />
- Mean of contacting you, like IRC nick, mail address, ... (optional): <input type="text" name="contact" /><br />
- <input type="submit" name="Register" />
- </form>
|