Skip to content

URL parameters

Patrick Werner edited this page Jan 7, 2020 · 1 revision

Description

We support two kinds of URL parameters. Right now most of them are using the pattern #command&&parameter with optional &&parameter, which we started to change to the more common Query string starting in issue #38 and commit 4b80cc3. The new format ?command=parameter should be used preferably for all new implementations.

Legacy format: #command&&parameter

Current format: ?command=parameter

Parameters

Select a robot system: lab.open-roberta.org/?loadSystem=<robot>

Load a program lab.open-roberta.org/#loadProgram&&<robot>&&<programName>&&<encoded exported xml>

Starting the tour: lab.open-roberta.org/#overview

Opening the gallery: lab.open-roberta.org/#gallery

(Internal) Activating an account: lab.open-roberta.org/#activateAccount&&<token>

(Internal) Resetting the password: lab.open-roberta.org/#forgotPassword&&<token>

Valid robots for <robot> (derived from plugin properties):

  • wedo
  • ev3dev
  • ev3c4ev3
  • ev3lejosv0
  • ev3lejosv1
  • nxt
  • microbit
  • calliope2016
  • calliope2017
  • uno
  • unowifirev2
  • mega
  • edison
  • mbot
  • sensebox
  • bob3
  • nao
  • botnroll
  • festobionic
Clone this wiki locally