Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: tweaks

...

  1. http://localhost:8080/index.html
  2. http://localhost:8080/ruleset.html

Using the pico engine through the UI

...

Requests like http://localhost:8080/api/ruleset/register?url=<URL to raw KRL ruleset source code> can be used to register your own rulesets with the engine.

To install one of your registered rulesets in a pico, make a request like http://localhost:8080/sky/event/<ECI>/<EID>/pico/new_ruleset?rid=<RID> including an ECI for the pico, an event identifier (EID) or your choice, and the ruleset identifier (RID) of your ruleset.

...