From 8e3b2d50a6bfcb575c3e469e88ce7e3a7323e4fd Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Fri, 31 Jan 2014 18:45:44 +0000 Subject: [PATCH] fix links to CORE HTML manual --- wiki/FAQ.wiki | 2 +- wiki/Hacking.wiki | 2 +- wiki/Quickstart.wiki | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wiki/FAQ.wiki b/wiki/FAQ.wiki index 31bf5ff5..922fdc5c 100644 --- a/wiki/FAQ.wiki +++ b/wiki/FAQ.wiki @@ -26,7 +26,7 @@ CORE is open source software, licensed under the [http://en.wikipedia.org/wiki/B == 6. How many nodes can CORE emulate? == -This is a popular question for which there is no easy answer. It depends on what the nodes are doing, what the host system resources are, etc. CORE is primarily focused on efficient, scalable network emulation for tens of nodes on standard laptops to hundreds of nodes on larger servers. It is a research question as to how to support larger topologies, portions of which are distributed on different hosts. CORE already allows these large topologies to be constructed and centrally managed; see the [http://pf.itd.nrl.navy.mil/core/core-html/Distributed-Emulation.html Distributed Emulation] section of the CORE manual. +This is a popular question for which there is no easy answer. It depends on what the nodes are doing, what the host system resources are, etc. CORE is primarily focused on efficient, scalable network emulation for tens of nodes on standard laptops to hundreds of nodes on larger servers. It is a research question as to how to support larger topologies, portions of which are distributed on different hosts. CORE already allows these large topologies to be constructed and centrally managed; see the [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/usage.html#distributed-emulation Distributed Emulation] section of the CORE manual. == 7. How can I contribute? == diff --git a/wiki/Hacking.wiki b/wiki/Hacking.wiki index 37910f54..fbc2b1d4 100644 --- a/wiki/Hacking.wiki +++ b/wiki/Hacking.wiki @@ -2,7 +2,7 @@ = Introduction = -Also refer to this [http://pf.itd.nrl.navy.mil/core/core-html/devguide.html Developer's Guide] section in the CORE manual. The TclTkOverview page was created to collect notes on the GUI code. +Also refer to this [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/devguide.html Developer's Guide] section in the CORE manual. The TclTkOverview page was created to collect notes on the GUI code. Where possible, _follow the coding style used in existing code_. For example, CORE consists of Tcl/Tk scripts from the IMUNES project, C kernel code for FreeBSD, and C userspace code. Please refer to the appropriate style guidelines for the kernel code, for example. diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index 53265fdb..8f24009e 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -2,7 +2,7 @@ = Quickstart: Installation using pre-built packages = -This is the quickstart guide; for full installation instructions, refer to the [http://pf.itd.nrl.navy.mil/core/core-html/install.html CORE manual]. +This is the quickstart guide; for full installation instructions, refer to the [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html CORE manual]. CORE 4.6 packages are available for Ubuntu 12.04 (precise), 12.10 (quantal), or 13.04 (raring), Fedora 17, 18, 19, and rhel6. Debian users can install CORE directly using `sudo apt-get install core-network`. For different Linux distributions, make sure the kernel is at least 2.6.27 to support [Namespaces network namespaces]. Released packages are generally more stable and tested to work properly on the given platform. See the [Upgrading upgrading] page for help choosing a release or for upgrade instructions. @@ -36,7 +36,7 @@ Virtual networks usually require routing software. CORE automatically builds con yum localinstall quagga-0.99.21mr2.2-1.fc16.x86_64.rpm --nogpgcheck }}} -*Fedora users:* check the full [http://pf.itd.nrl.navy.mil/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables. +*Fedora users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables. To check the RPM signing key, the core-dev public key can be found here: [https://coreemu.googlecode.com/files/RPM-GPG-KEY-core-dev RPM-GPG-KEY-core-dev] @@ -75,11 +75,11 @@ Fedora: `yum install bash bridge-utils ebtables iproute libev python tcl tk tkimg autoconf automake gcc libev-devel make pkgconfig python-devel ImageMagick help2man` This package list comes from -[http://pf.itd.nrl.navy.mil/core/core-html/install.html here]. +[http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html here]. You should also install Quagga for routing (`sudo apt-get install quagga` or `yum install quagga`), or some other routing package. For wireless MANET networks, CORE can build configs for [http://www.nrl.navy.mil/itd/ncs/products/ospf-manet OSPF MDR]. -*Fedora users:* check the full [http://pf.itd.nrl.navy.mil/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables. +*Fedora users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables. == Step 2. Get and build the source == @@ -124,7 +124,7 @@ core-gui * Once you see the CORE GUI, you can try loading one of the sample configuration such as `sample1.imn` * Check for notes on your Linux distribution on the [Linux] and [ReleaseNotes] pages. * CORE requires the Tcl/Tk packages, version 8.5. You may see warnings about specific package versions on FreeBSD, these may be safely ignored. - * For system requirements and tips on the install process, visit the [http://pf.itd.nrl.navy.mil/core/core-html/install.html#prerequisites Prerequisites] page of the [http://pf.itd.nrl.navy.mil/core/core-html/ CORE manual] + * For system requirements and tips on the install process, visit the [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#prerequisites Prerequisites] page of the [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/ CORE manual] = Other Options = * *[EMANE] install*