Common Open Research Emulator
Find a file
afonsofrancof 909142b446 Added ftp
2022-09-28 22:14:48 +01:00
.github moved python black configuration to pyproject.toml and fixed bad exclude 2020-07-14 13:33:40 -07:00
daemon core-cli: add geo position to node output for query session and node 2022-03-21 21:35:05 -07:00
docs docs: updated emane python example to use updated set_config 2022-03-11 11:04:01 -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 for 8.2.0 release 2022-03-21 21:43:24 -07:00
configure.ac updated version to 8.2.0 for next release 2022-03-21 21:04:43 -07:00
Dockerfile Added ftp 2022-09-28 22:14:48 +01: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 Update 'README.md' 2022-09-28 20:31:35 +01:00
setup.sh install: adjustments to have a better workflow for installation 2022-02-17 15:17:07 -08:00
tasks.py install: updated ospf check to use sudo to account for sbin potentially not being on path 2022-02-18 15:25:41 -08:00

CORE

CORE: Common Open Research Emulator

Copyright (c)2005-2022 the Boeing Company.

See the LICENSE file included in this distribution.

DOCKER SETUP

git clone https://gitea.olympuslab.net/afonso/core-extra.git

cd core-extra

# build image
sudo docker build -t core .

# start container
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --restart unless-stopped core

# enable xhost access to the root user
xhost +local:root
# launch core-gui
sudo docker exec -it core core-gui


#TO RUN ANY OTHER COMMAND
sudo docker exec -it core COMAND_GOES_HERE

LICENSE

Copyright (c) 2005-2018, the Boeing Company.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.