aboutsummaryrefslogtreecommitdiff
path: root/examples/example-script.rsb
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Remove irati/rlite, python2 and qemu supportDimitri Staessens2 days1-3/+3
| | | | | | | | | | | | | | Remove IRATI and rlite prototype plugins, keeping only Ouroboros. Delete .gitlab-ci.yml (only contained an irati test job and a Sphinx pages job). Clean up all irati/rlite imports and references from examples, documentation, and tools. Qemu was tied heavily with rlite and irati. As it's less useful for ouroboros it's removed rather than reworked. Updated README.md and AUTHORS Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* model: make link quality changes scriptableMarco Capitani2018-03-281-0/+4
| | | | | | | | Added method accepting only ints and floats to allow scripting link quality changes (see example-script additions) Also added general purpose `sb.schedule_action` method
* model: make DIFs scriptableMarco Capitani2018-03-261-1/+3
| | | | | | | DIFs instances can now be referenced inside .rsb files. Also changed Node.set_link_state function to accept a DIF as opposed to an IPCP, since IPCPs are not given a name nor mentioned is user scripts.
* storyboard: add replayabilityMarco Capitani2018-03-161-0/+40
implements #27