2016-10-23 02:14:16 +01:00
|
|
|
====
|
|
|
|
CORE
|
|
|
|
====
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
CORE: Common Open Research Emulator
|
2016-10-23 02:14:16 +01:00
|
|
|
|
2013-08-29 15:21:13 +01:00
|
|
|
Copyright (c)2005-2013 the Boeing Company.
|
2016-10-23 02:14:16 +01:00
|
|
|
|
2013-08-29 15:21:13 +01:00
|
|
|
See the LICENSE file included in this distribution.
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
About
|
|
|
|
=====
|
|
|
|
|
2013-08-29 15:21:13 +01:00
|
|
|
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.
|
|
|
|
|
2013-12-04 21:45:42 +00:00
|
|
|
1. http://www.nrl.navy.mil/itd/ncs/products/core
|
2013-08-29 15:21:13 +01:00
|
|
|
2. http://code.google.com/p/coreemu/
|
|
|
|
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
Building CORE
|
|
|
|
=============
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
To build this software you should use:
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
./bootstrap.sh
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
sudo make install
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
Here is what is installed with 'make install':
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
/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
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
See the manual for the software required for building CORE.
|
|
|
|
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
Running CORE
|
|
|
|
============
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
First start the CORE services:
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
sudo /etc/init.d/core-daemon start
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
This automatically runs the core-daemon program.
|
|
|
|
Assuming the GUI is in your PATH, run the CORE GUI by typing the following:
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
core-gui
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
This launches the CORE GUI. You do not need to run the GUI as root.
|
|
|
|
|
2016-10-23 02:14:16 +01:00
|
|
|
|
|
|
|
Support
|
|
|
|
=======
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
If you have questions, comments, or trouble, please use the CORE mailing lists:
|
2016-10-23 02:14:16 +01:00
|
|
|
|
|
|
|
- `core-users`_ for general comments and questions
|
|
|
|
|
|
|
|
- `core-dev`_ for bugs, compile errors, and other development issues
|
|
|
|
|
|
|
|
|
|
|
|
.. _core-users: http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users
|
|
|
|
.. _core-dev: http://pf.itd.nrl.navy.mil/mailman/listinfo/core-dev
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
|