Common Open Research Emulator
Find a file
2022-06-10 14:23:06 -07:00
.github moved python black configuration to pyproject.toml and fixed bad exclude 2020-07-14 13:33:40 -07:00
daemon daemon: updates to expose node.create_cmd and not be private, added utility functions for running multiple commands on multiple nodes more efficiently 2022-06-10 14:23:06 -07:00
docs install: updated and added dockerfiles for ubuntu/centos, updated notes on install page to correlate 2022-05-25 21:43:52 -07:00
man daemon: removing python tlv related code and tests related to it 2022-03-08 14:18:47 -08:00
netns daemon: removing python tlv related code and tests related to it 2022-03-08 14:18:47 -08:00
.editorconfig added net client to consolidate bridge and interface creation 2019-09-26 15:20:32 -07:00
.gitignore daemon: added core player writer and player to core library and added wireless event handling, fixed issues with wireless nodes being written to xml 2022-03-31 16:31:20 -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 daemon: removing python tlv related code and tests related to it 2022-03-08 14:18:47 -08:00
CHANGELOG.md updated changelog for 8.2.0 release 2022-03-21 21:43:24 -07:00
configure.ac install: bumped version to 9.0.0 for next release 2022-05-11 09:19:00 -07:00
Dockerfile.centos install: updated and added dockerfiles for ubuntu/centos, updated notes on install page to correlate 2022-05-25 21:43:52 -07:00
Dockerfile.oracle install: added dockerfile for oracle linux support 2022-05-27 20:54:47 -07:00
Dockerfile.ubuntu install: updated and added dockerfiles for ubuntu/centos, updated notes on install page to correlate 2022-05-25 21:43:52 -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 install: removed tcl based gui, updated configure.ac, Makefile.am, and tasks.py to account for removal 2022-03-08 12:00:42 -08:00
README.md install: updated install instructions to use the right command for centos example 2022-02-28 10:03:34 -08:00
setup.sh install: adjustments to install scripts to better support alternative versions of python, PYTHON_DEP added for system package adjustments 2022-05-27 20:10:48 -07:00
tasks.py install: adjustments to install scripts to better support alternative versions of python, PYTHON_DEP added for system package adjustments 2022-05-27 20:10:48 -07:00

CORE

CORE: Common Open Research Emulator

Copyright (c)2005-2022 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 detailed installation see here.

git clone https://github.com/coreemu/core.git
cd core
# install dependencies to run installation task
./setup.sh
# run the following or open a new terminal
source ~/.bashrc
# Ubuntu
inv install
# CentOS
inv install -p /usr

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.