Common Open Research Emulator
Find a file
2015-06-01 17:52:43 +00:00
daemon fixed issue with assigning the 'lo' device for eventservice when using emane 0.9.1 2015-06-01 17:52:43 +00:00
doc Removed emails of contributors as most of them are old. 2015-05-26 17:43:39 +00:00
gui gui: Tweak using vtysh by widgets. 2015-05-26 17:34:13 +00:00
kernel kernel: Avoid using the gawk-specific gensub function. 2015-04-03 01:44:00 +00:00
packaging packaging/deb: Tweak debian rules file. 2015-05-26 20:40:03 +00:00
scripts scripts: Remove $(DESTDIR) prefix; this is managed by automake. 2015-05-26 20:40:07 +00:00
.gitignore Ignore top-level debian directory created from 'make deb'. 2015-01-28 02:15:55 +00:00
bootstrap.sh initial import (Boeing r1752, NRL r878) 2013-08-29 14:21:13 +00:00
Changelog Updates for 4.8rc1 2015-05-22 00:56:46 +00:00
configure.ac Only check for Python development support if building netns components. 2015-05-26 20:39:56 +00:00
LICENSE initial import (Boeing r1752, NRL r878) 2013-08-29 14:21:13 +00:00
Makefile.am Tweak Makefile output. 2015-05-22 00:56:10 +00:00
python-prefix.py Fix typo in previous commit. 2015-02-19 18:18:33 +00:00
README globally replace old NRL URL with new 2013-12-04 21:45:42 +00:00
README-Xen initial import (Boeing r1752, NRL r878) 2013-08-29 14:21:13 +00:00

CORE: Common Open Research Emulator
Copyright (c)2005-2013 the Boeing Company.
See the LICENSE file included in this distribution.

== ABOUT =======================================================================
CORE is a tool for emulating networks using a GUI or Python scripts. The CORE
project site (1) is a good source of introductory information, with a manual,
screenshots, and demos about this software. Also a supplemental
Google Code page (2) hosts a wiki, blog, bug tracker, and quickstart guide.

  1. http://www.nrl.navy.mil/itd/ncs/products/core
  2. http://code.google.com/p/coreemu/


== BUILDING CORE ===============================================================

To build this software you should use:

  ./bootstrap.sh
  ./configure
  make
  sudo make install

Here is what is installed with 'make install':

  /usr/local/bin/core-gui
  /usr/local/sbin/core-daemon
  /usr/local/sbin/[vcmd, vnoded, coresendmsg, core-cleanup.sh]
  /usr/local/lib/core/*
  /usr/local/share/core/*
  /usr/local/lib/python2.6/dist-packages/core/*
  /usr/local/lib/python2.6/dist-packages/[netns,vcmd].so
  /etc/core/*
  /etc/init.d/core

See the manual for the software required for building CORE.


== RUNNING CORE ================================================================

First start the CORE services:

  sudo /etc/init.d/core-daemon start

This automatically runs the core-daemon program. 
Assuming the GUI is in your PATH, run the CORE GUI by typing the following:

  core-gui

This launches the CORE GUI. You do not need to run the GUI as root.

== SUPPORT =====================================================================

If you have questions, comments, or trouble, please use the CORE mailing lists:
- core-users for general comments and questions
    http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users
- core-dev for bugs, compile errors, and other development issues
    http://pf.itd.nrl.navy.mil/mailman/listinfo/core-dev