-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
52 lines (41 loc) · 1.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
NDNx Trace
DEVEL
-----------
What is it?
-----------
The NDNx Trace is a tool with traceroute like functionality for NDNx. The NDNx
code can be obtained at www.ndnx.org/. This tools is written for
troubleshooting problems in a content centric network. This tool can trace to a certain
NDN URI, e.g, ndnx:/ndn/csu/netsec/index. This is an initial version of the
tool and would continue to improve.
----------
Components
----------
The tool consists of two tools. The server is called "ndn_traced" and the
client "trace".
-------------------
The Latest Version
------------------
The latest version for both the client and the server is 1.1.
-------------
Installation
-------------
Please see the file called INSTALL.
-------------
Documentation
-------------
For running the tool on your machine or testbed, refer to docs/manual.
----------
License
----------
Please see the file called COPYING.
--------
Contacts
--------
o If you have any question regarding the code and the tool, please drop a
mail to <[email protected]>
o If you want to report an issue or a bug, do so at,
https://code.google.com/p/ndnx-trace/issues/entry.
You can also drop a mail to the above mail id.
o Patches are appriciated. Please create an review request at the tracker
or send a mail to the above mail id.