Common Open Research Emulator
Find a file
2019-10-24 15:28:30 -07:00
.github adding mocked tests to github actions 2019-10-24 15:28:30 -07:00
corefx Merge pull request #281 from coreemu/dependabot/maven/corefx/jackson.version-2.10.0.pr2 2019-09-20 22:28:37 -07:00
daemon updates to session.clear to clear out all configuration data as well, updated session.shutdown to use clear, updated tests to account for this 2019-10-24 13:05:02 -07:00
docs removed session.create_emane_network, removed unused node types 2019-10-22 21:27:31 -07:00
gui updates to clear broker from physical node 2019-10-16 17:11:21 -07:00
man make building new man pages simpler, updated generated man pages 2019-06-07 21:50:32 -07:00
netns update to installation docs, tweaks to handling python2/3 package builds 2019-06-10 11:41:27 -07:00
ns3 updated newveth and newtuntap function to remove the net parameter, since it was not being used 2019-10-23 09:02:24 -07:00
scripts Removing deprecated perf scripts 2019-08-08 16:19:01 -07:00
.editorconfig added net client to consolidate bridge and interface creation 2019-09-26 15:20:32 -07:00
.gitignore merged latest from develop 2019-06-03 13:06:11 -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 cleanup on README and CHANGELOG markdown 2019-06-10 15:59:00 -07:00
configure.ac first pass at removing all python2 specific dependencies, updating python requirements.txt/setup.py/Pipfiles/Makefiles, and removing python2 compat imports 2019-10-17 14:52:31 -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 first pass at removing all python2 specific dependencies, updating python requirements.txt/setup.py/Pipfiles/Makefiles, and removing python2 compat imports 2019-10-17 14:52:31 -07:00
README.md removed old examples, updated examples api to denote they are python script examples 2019-10-03 12:41:56 -07:00

CORE

CORE: Common Open Research Emulator

Copyright (c)2005-2019 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.

Documentation and Examples

Support

We are leveraging Discord for persistent chat rooms, voice chat, and GitHub integration. This allows for more dynamic conversations and the capability to respond faster. Feel free to join us at the link below. https://discord.gg/AKd7kmP

Building CORE

See CORE Installation for detailed build instructions.

Running CORE

See Using the CORE GUI for more details on running CORE.