Last active
December 20, 2023 19:42
-
-
Save apwiggins/dc99f334bdb67aa856d1b7baaf229358 to your computer and use it in GitHub Desktop.
core9.0.3 - filelist after install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using | |
# install guide | |
- https://coreemu.github.io/core/install_ubuntu.html | |
# deb package | |
https://github.com/coreemu/core/releases/download/release-9.0.3/core_9.0.3_amd64.deb | |
results in this set of files which is missing core-gui and core-daemon | |
=== | |
/. | |
/etc | |
/etc/core | |
/etc/core/core.conf | |
/etc/core/logging.conf | |
/lib | |
/lib/systemd | |
/lib/systemd/system | |
/lib/systemd/system/core-daemon.service | |
/opt | |
/opt/core | |
/opt/core/core-9.0.3-py3-none-any.whl | |
/opt/core/examples | |
/opt/core/examples/configservices | |
/opt/core/examples/configservices/switch.py | |
/opt/core/examples/controlnet_updown | |
/opt/core/examples/docker | |
/opt/core/examples/docker/docker2core.py | |
/opt/core/examples/docker/docker2docker.py | |
/opt/core/examples/docker/switch.py | |
/opt/core/examples/grpc | |
/opt/core/examples/grpc/__init__.py | |
/opt/core/examples/grpc/__pycache__ | |
/opt/core/examples/grpc/__pycache__/xml.cpython-36.pyc | |
/opt/core/examples/grpc/distributed_switch.py | |
/opt/core/examples/grpc/emane80211.py | |
/opt/core/examples/grpc/peertopeer.py | |
/opt/core/examples/grpc/switch.py | |
/opt/core/examples/grpc/wireless.py | |
/opt/core/examples/grpc/wlan.py | |
/opt/core/examples/lxd | |
/opt/core/examples/lxd/lxd2core.py | |
/opt/core/examples/lxd/lxd2lxd.py | |
/opt/core/examples/lxd/switch.py | |
/opt/core/examples/myemane | |
/opt/core/examples/myemane/__init__.py | |
/opt/core/examples/myemane/examplemodel.py | |
/opt/core/examples/myservices | |
/opt/core/examples/myservices/__init__.py | |
/opt/core/examples/myservices/exampleservice.py | |
/opt/core/examples/python | |
/opt/core/examples/python/distributed_emane.py | |
/opt/core/examples/python/distributed_lxd.py | |
/opt/core/examples/python/distributed_ptp.py | |
/opt/core/examples/python/distributed_switch.py | |
/opt/core/examples/python/emane80211.py | |
/opt/core/examples/python/peertopeer.py | |
/opt/core/examples/python/switch.py | |
/opt/core/examples/python/wireless.py | |
/opt/core/examples/python/wlan.py | |
/opt/core/examples/services | |
/opt/core/examples/services/sampleFirewall | |
/opt/core/examples/services/sampleIPsec | |
/opt/core/examples/services/sampleVPNClient | |
/opt/core/examples/services/sampleVPNServer | |
/opt/core/examples/tdma | |
/opt/core/examples/tdma/schedule.xml | |
/opt/core/examples/tutorials | |
/opt/core/examples/tutorials/chatapp | |
/opt/core/examples/tutorials/chatapp/chatapp | |
/opt/core/examples/tutorials/chatapp/chatapp/__init__.py | |
/opt/core/examples/tutorials/chatapp/chatapp/client.py | |
/opt/core/examples/tutorials/chatapp/chatapp/server.py | |
/opt/core/examples/tutorials/chatapp/chatapp_service.py | |
/opt/core/examples/tutorials/chatapp/setup.py | |
/opt/core/examples/tutorials/tutorial1 | |
/opt/core/examples/tutorials/tutorial1/scenario.py | |
/opt/core/examples/tutorials/tutorial1/scenario.xml | |
/opt/core/examples/tutorials/tutorial1/scenario_service.py | |
/opt/core/examples/tutorials/tutorial1/scenario_service.xml | |
/opt/core/examples/tutorials/tutorial2 | |
/opt/core/examples/tutorials/tutorial2/scenario.py | |
/opt/core/examples/tutorials/tutorial2/scenario.xml | |
/opt/core/examples/tutorials/tutorial3 | |
/opt/core/examples/tutorials/tutorial3/move-node2.py | |
/opt/core/examples/tutorials/tutorial3/movements1.txt | |
/opt/core/examples/tutorials/tutorial3/scenario.py | |
/opt/core/examples/tutorials/tutorial3/scenario.xml | |
/opt/core/examples/tutorials/tutorial4 | |
/opt/core/examples/tutorials/tutorial4/tests | |
/opt/core/examples/tutorials/tutorial4/tests/conftest.py | |
/opt/core/examples/tutorials/tutorial4/tests/test_ping.py | |
/opt/core/examples/tutorials/tutorial5 | |
/opt/core/examples/tutorials/tutorial5/client_for_windows.py | |
/opt/core/examples/tutorials/tutorial5/scenario.py | |
/opt/core/examples/tutorials/tutorial5/scenario.xml | |
/opt/core/examples/tutorials/tutorial6 | |
/opt/core/examples/tutorials/tutorial6/completed-scenario.xml | |
/opt/core/examples/tutorials/tutorial6/demo.py | |
/opt/core/examples/tutorials/tutorial6/drone.png | |
/opt/core/examples/tutorials/tutorial6/terrain.png | |
/opt/core/examples/tutorials/tutorial7 | |
/opt/core/examples/tutorials/tutorial7/scenario.py | |
/opt/core/examples/tutorials/tutorial7/scenario.xml | |
/opt/core/examples/tutorials/tutorial7/scenario_service.py | |
/opt/core/examples/tutorials/tutorial7/scenario_service.xml | |
/usr | |
/usr/bin | |
/usr/bin/vcmd | |
/usr/bin/vnoded | |
/usr/share | |
/usr/share/doc | |
/usr/share/doc/core | |
/usr/share/doc/core/changelog.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment