Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d58aa82
get rid of CODESDashboard class
caitlinross Aug 13, 2024
290df9c
initial read of ross engine stats files
caitlinross Aug 14, 2024
e8f387a
add time plot
caitlinross Aug 22, 2024
827061d
add parallel coordinates plot
caitlinross Aug 16, 2024
9300aa1
add scatter plot
caitlinross Aug 18, 2024
9276f71
wip get time selection to update other views
caitlinross Aug 22, 2024
d0a91b7
update dependencies and readme
caitlinross Aug 22, 2024
54d0698
fixup! wip get time selection to update other views
caitlinross Aug 26, 2024
e605b2e
fixup! fixup! wip get time selection to update other views
caitlinross Aug 27, 2024
31eb225
fixup! fixup! fixup! wip get time selection to update other views
caitlinross Aug 28, 2024
683ab3e
fixup! add parallel coordinates plot
caitlinross Aug 28, 2024
8caf775
change to use a TrameApp class
caitlinross Aug 29, 2024
a4a4159
wip enable adding visualizations
caitlinross Sep 6, 2024
9ca95e3
adding reader for the simplep2p model data binary files
caitlinross Jan 9, 2025
e76aae1
add heatmap view for model event data
caitlinross Jan 9, 2025
8a8074c
add line chart for network data
caitlinross Jan 10, 2025
f678feb
wip adding the ability to load files from dialog
caitlinross Jan 14, 2025
f063916
wip trying to create multiple views
caitlinross Jan 17, 2025
a8a93ec
wip think i finally am understanding how to make dynamic changes
caitlinross Jan 24, 2025
a32004d
wip got the heatmap visible and working
caitlinross Jan 28, 2025
319749d
have both views working now and a lot of clean up done
caitlinross Jan 30, 2025
84ad619
some changes made in phase I that I never committed or pushed...not s…
caitlinross Nov 26, 2025
860000a
just adding a csv output of some model data
caitlinross Nov 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ pnpm-debug.log*
__pycache__
*egg-info
*pyc
build
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CODES Dashboard
===============

Initial dashboard for CODES digital twin
Dashboard for CODES digital twin


* Free software: BSD License
Expand All @@ -11,7 +11,7 @@ Initial dashboard for CODES digital twin
Installing
----------

Install the application
Install the application. All dependencies will be installed as well.

.. code-block:: console

Expand All @@ -22,7 +22,12 @@ Run the application

.. code-block:: console

codes-dashboard
codes-dashboard --data <path/to/data>

Right now this takes in a dataset generated by the `ROSS Instrumentation layer<https://ross-org.github.io/documentation.html#instrumentation>`_.
There is a small sample dataset located in this repo at ``tests/data/ross-binary-data/ross-stats-gvt.bin``.
It was generated using the PHOLD model, which is pretty load balanced, so it's not particularly interesting.
More interesting sample data will be uploaded in the future.

Features
--------
Expand Down
Loading