-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second version of the Leios simulator #6
Commits on Jul 16, 2024
-
It currently features a clock and nodes that trace the slot number.
Configuration menu - View commit details
-
Copy full SHA for 46a421e - Browse repository at this point
Copy the full SHA 46a421eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3f6af - Browse repository at this point
Copy the full SHA cf3f6afView commit details -
Implement a simple outside world model
... and hook it up to the simulation.
Configuration menu - View commit details
-
Copy full SHA for c0d079d - Browse repository at this point
Copy the full SHA c0d079dView commit details -
Implement FFD in the outside world model
via priority queues.
Configuration menu - View commit details
-
Copy full SHA for cd6bf43 - Browse repository at this point
Copy the full SHA cd6bf43View commit details -
Add the notion of node bandwidth
This has influence on the how long it takes for a node to receive a message.
Configuration menu - View commit details
-
Copy full SHA for 2aca0fb - Browse repository at this point
Copy the full SHA 2aca0fbView commit details -
This commit incorporates parameters `L`, λ.
Configuration menu - View commit details
-
Copy full SHA for 39d0e3c - Browse repository at this point
Copy the full SHA 39d0e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce69df0 - Browse repository at this point
Copy the full SHA ce69df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c7da4 - Browse repository at this point
Copy the full SHA 60c7da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728501b - Browse repository at this point
Copy the full SHA 728501bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7289fa - Browse repository at this point
Copy the full SHA e7289faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae15cb - Browse repository at this point
Copy the full SHA 5ae15cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fdbcb - Browse repository at this point
Copy the full SHA 17fdbcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5168a - Browse repository at this point
Copy the full SHA 3c5168aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffb137 - Browse repository at this point
Copy the full SHA 2ffb137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950a5a0 - Browse repository at this point
Copy the full SHA 950a5a0View commit details -
- Use the Bootstrap library. - Add buttons to start and stop the simulation.
Configuration menu - View commit details
-
Copy full SHA for ea77e24 - Browse repository at this point
Copy the full SHA ea77e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004e6b9 - Browse repository at this point
Copy the full SHA 004e6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78277c - Browse repository at this point
Copy the full SHA e78277cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0058d4a - Browse repository at this point
Copy the full SHA 0058d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f25a27 - Browse repository at this point
Copy the full SHA 7f25a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb4cc3 - Browse repository at this point
Copy the full SHA fdb4cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d6fb5 - Browse repository at this point
Copy the full SHA c1d6fb5View commit details -
Add an event listener for changing L.
This commit also: - Changes the order of the parameters. `L` appears before λ since the latter is defined in terms of the former.
Configuration menu - View commit details
-
Copy full SHA for 2566315 - Browse repository at this point
Copy the full SHA 2566315View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ea562 - Browse repository at this point
Copy the full SHA c4ea562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7645fe6 - Browse repository at this point
Copy the full SHA 7645fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a49b9 - Browse repository at this point
Copy the full SHA 33a49b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395d406 - Browse repository at this point
Copy the full SHA 395d406View commit details -
Use scatter plot instead of line plot and fix references to parameter…
…s field - Blocks might arrive not in slot order, therefore a scatter plot is more suitable. - `_L` is now being used consistently to access the `L` value.
Configuration menu - View commit details
-
Copy full SHA for 61c0dd0 - Browse repository at this point
Copy the full SHA 61c0dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636c0ed - Browse repository at this point
Copy the full SHA 636c0edView commit details -
- Function 'nextSlot' would return slot 0 even if the tick function was paused (waiting on a TVar). - I did not use the set size for IBs, which was part of the parameters. I was using `gIBSize`.
Configuration menu - View commit details
-
Copy full SHA for b7c6253 - Browse repository at this point
Copy the full SHA b7c6253View commit details -
Gave up after a while as there are too many moving parts, and setting up networking and permissions correctly is a major PITA
Configuration menu - View commit details
-
Copy full SHA for f8dc443 - Browse repository at this point
Copy the full SHA f8dc443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b38538 - Browse repository at this point
Copy the full SHA 6b38538View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e66b1 - Browse repository at this point
Copy the full SHA b6e66b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0d0f1 - Browse repository at this point
Copy the full SHA 4a0d0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12c9c6 - Browse repository at this point
Copy the full SHA b12c9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d0784 - Browse repository at this point
Copy the full SHA 61d0784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a036b4 - Browse repository at this point
Copy the full SHA 8a036b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637ca31 - Browse repository at this point
Copy the full SHA 637ca31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3819b61 - Browse repository at this point
Copy the full SHA 3819b61View commit details -
* added tooltip character * link CSS * consistent ids for inputs
Configuration menu - View commit details
-
Copy full SHA for c7eaa22 - Browse repository at this point
Copy the full SHA c7eaa22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c027066 - Browse repository at this point
Copy the full SHA c027066View commit details -
Configuration menu - View commit details
-
Copy full SHA for b507480 - Browse repository at this point
Copy the full SHA b507480View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad37549 - Browse repository at this point
Copy the full SHA ad37549View commit details