Common Open Research Emulator
Find a file
2021-11-17 15:55:05 -08:00
.github moved python black configuration to pyproject.toml and fixed bad exclude 2020-07-14 13:33:40 -07:00
daemon daemon: updated wlan config option to use float type for range, instead of string 2021-11-16 10:15:58 -08:00
docs install: updates to install docs and update to task for installing emane to be limited to installing for the python virtual environment, recommend official packages instead 2021-11-17 15:55:05 -08:00
gui updates to sample1 scenarios to remove any custom service configurations, since the defaults should be used, fixes an issue specifically in sample1.imn 2021-10-29 14:11:11 -07:00
man removed configuration option for number of for corehandler threads as it cannot properly deal with anything more than 1, updated man pages to current 6.4 versions for now 2020-06-05 14:34:19 -07:00
netns update to installation docs, tweaks to handling python2/3 package builds 2019-06-10 11:41:27 -07:00
.editorconfig added net client to consolidate bridge and interface creation 2019-09-26 15:20:32 -07:00
.gitignore removed python buid/installation from makefiles, poetry will handle 2020-07-14 12:08:05 -07:00
ASSIGNMENT_OF_COPYRIGHT.pdf updated assignment of copyright file name to add to dist file 2017-12-18 09:28:41 -08:00
bootstrap.sh initial pass at removing bsd and code related to using bsd nodes 2018-03-07 12:54:19 -08:00
CHANGELOG.md updated changelog and bumped versions for release 2021-09-17 16:14:28 -07:00
configure.ac daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking 2021-05-10 15:07:42 -07:00
Dockerfile adding initial Dockerfile for convenience to run CORE within Docker, including GUI 2021-09-17 14:46:01 -07:00
install.sh install: locking in version of pipx installed to help avoid unexpected changes from new versions 2021-09-17 15:09:01 -07:00
LICENSE updates to simplify tracking the copyright and an update to 2018, still room for improvement 2018-03-15 10:36:54 -07:00
Makefile.am daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking 2021-05-10 15:07:42 -07:00
README.md readme: fixed command added in readme 2021-11-16 14:33:24 -08:00
tasks.py install: updates to install docs and update to task for installing emane to be limited to installing for the python virtual environment, recommend official packages instead 2021-11-17 15:55:05 -08:00

CORE

CORE: Common Open Research Emulator

Copyright (c)2005-2021 the Boeing Company.

See the LICENSE file included in this distribution.

About

The Common Open Research Emulator (CORE) is a tool for emulating networks on one or more machines. You can connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation.

Quick Start

The following should get you up and running on Ubuntu 18+ and CentOS 7+ from a clean install, it will prompt you for sudo password. This would install CORE into a python3 virtual environment and install OSPF MDR from source. For more details on installation see here.

git clone https://github.com/coreemu/core.git
cd core

Ubuntu:

./install.sh

CentOS:

./install.sh -p /usr

To additionally install EMANE:

reset
inv install-emane

Documentation & Support

We are leveraging GitHub hosted documentation and Discord for persistent chat rooms. This allows for more dynamic conversations and the capability to respond faster. Feel free to join us at the link below.