Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fixed some broken links #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/source/dce-cradle-usecase-4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ We need to prepare the following simulation codes to conduct the experiment.
* ns-3-dce
* ns-3-linux
* |dce_cradle| `patch <https://codereview.appspot.com/download/issue6856090_7001.diff>`_
* iperf DCCP `extension <http://www.erg.abdn.ac.uk/~gerrit/dccp/apps/>`_
* iperf DCCP `extension <
http://web.archive.org/web/20140515222503/http://www.erg.abdn.ac.uk/~gerrit/dccp/apps/>`_
* Linux TC (packet loss and delay injection)

Results:
Expand Down Expand Up @@ -142,11 +143,11 @@ Instructions to Replicate This Experiment:

% wget http://www.erg.abdn.ac.uk/~gerrit/dccp/apps/iperf/zip/iperf-2.0.2_DCCP-patched-CBR-continuous.tar.bz2
% tar xfj iperf-2.0.2_DCCP-patched-CBR-continuous.tar.bz2
% cd iperf-2.0.2_DCCP-patched-CBR-continuous
% cd iperf-2.0.2_DCCP-patched-CBR-continuous
% ./configure
% make
% cp src/iperf (somewhere_in_path)/iperf-dccp

and put iperf-dccp to node1, node2, node5 and node6

#. run a script at node1
Expand Down
6 changes: 3 additions & 3 deletions doc/source/dce-subprojects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ For more detail document, see :doc:`dce-ccnx`.

Quagga
======
`Quagga <http://www.quagga.net/about.php>`_ is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms, particularly FreeBSD, Linux, Solaris and NetBSD.
`Quagga <http://www.quagga.net/>`_ is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms, particularly FreeBSD, Linux, Solaris and NetBSD.
`More information <http://ns-3-dce-quagga.readthedocs.io/en/latest/>`_.

iperf
=====

iperf from the following archive `<http://walami.googlecode.com/files/iperf-2.0.5.tar.gz>`_ as been tested.
iperf from the following archive `<http://sourceforge.net/projects/iperf/>`_ as been tested.
It is the exception that proves the rule. That is to say that this particular example requires a change in its code.
In the source file named ``Thread.c`` at line 412 in the function named ``thread_rest`` you must add a ``sleep(1)`` in order to help DCE to break the infinite loop.

ping/ping6
==========

Ping from the following archive `<http://www.skbuff.net/iputils/iputils-s20101006.tar.bz2>`_ is supported.
Ping is used from the iputils package.

ip (iproute2 package)
=====================
Expand Down
2 changes: 1 addition & 1 deletion doc/source/dce-user-aspect-trace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ One of contradictions when we use DCE is, tracing, how to put trace sources into
|ns3| originally has a nice feature of tracing with such a purpose, with on-demand trace connector to obtain additional information.
Instead of inserting TraceSource into the original code, DCE gives dynamic trace points with this library, based on the idea of aspect-based tracing.

For more detail, see the Chapter 6.3.2 of the `thesis <http://cutebugs.net/files/thesis.pdf>`_.
For more detail, see the Chapter 6.3.2 of the `thesis <http://web.archive.org/web/20151129103935/http://cutebugs.net:80/files/thesis.pdf>`_.

Quick Start
-----------
Expand Down