blob: 9327c09f1d3dda932151582210ae2a6f9be8c573 [file] [log] [blame]
Jeff Burke0d10e342012-12-08 11:47:11 -08001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<!--
4 See COPYING for copyright and distribution information.
5-->
6<html>
7<head>
8<title>NDN Ping</title>
9
10<!--
11 ndn-js.js
12 is a concatented, compressed version of the library,
13 built in tools/build
14-->
15<script type="text/javascript" src="ndn-js.js"></script>
16<script type="text/javascript" src="ndn-ping.js"></script>
17
18</head>
19
20<body>
21
22 <h1>NDN Ping example</h1>
23
24 Using ping responder on NDN testbed, which responds to Interests in <em>
25 /&lt;topo-prefix&gt;/ping/&lt;random-number&gt;</em>.
26
27 <h2>NDN Testbed Status</h2>
28 <p>Testbed content ping results retrieved using <a href="http://github.com/remap/ndn-js">NDN.js</a>, a javascript client library for NDN.</p>
29 <table border="0" width="40%" id="pingreport" style="margin-left:20px">
30 </table>
31 <p>&nbsp;</p>
32
33
34</body>
35</html>