-
Notifications
You must be signed in to change notification settings - Fork 8
LambdaSim GUI
Marco Bonvini edited this page Mar 27, 2017
·
3 revisions
λ-Sim comes with a web app that you can use to interact with any API deployed using λ-Sim and is available at https://mbonvini.github.io/LambdaSim.
Using the app you can load an API and
- inspect the content of the XML model description file,
- change the value of parameters,
- run simulations, and
- plot the results.
When you deploy the model and create the API you have the ability to create two optional files
readme.md
dashboard.json
These files are deployed with the Lambda functions and they are respectively used to
- populate the info section about the API,
- create an interactive dashboard where users can directly modify parameters and visualize simulation results.
Please look at the Simple Building Model example for more information.