Common Open Research Emulator (CORE)

submited by
Style Pass
2021-08-27 21:00:12

CORE (Common Open Research Emulator) is a tool for building virtual networks. As an emulator, CORE builds a representation of a real computer network that runs in real time, as opposed to simulation, where abstract models are used. The live-running emulation can be connected to physical networks and routers. It provides an environment for running real applications and protocols, taking advantage of tools provided by the Linux operating system.

CORE is typically used for network and protocol research, demonstrations, application and platform testing, evaluating networking scenarios, security studies, and increasing the size of physical test networks. The CORE source consists of several different programming languages for historical reasons. Current development focuses on the Python modules and daemon.

CORE Documentation   covers installation, usage, and more. The  CORE Developer's Guide  covers the CORE API, which allows other systems to interact with the CORE emulation. This API is also used for communication between the different components of CORE.  CORE Python Scripting Documentation  is also available..

Leave a Comment