JMRI Remote Panels
JMRI displays panels via a web browser at the /panel relative URL.
Remote Panel URLs are:
- /panel
- Without any additional parameters, /panel lists the open JMRI panels. Clicking or tapping on the listed panel name will open a functioning panel.
- /panel?name=<type>/<name>
- Displays an open, usable panel. <type> is one of: Panel, ControlPanel, Switchboard or Layout.
- /panel/<type>/<name>?format=xml
- Retrieves a portable XML representation of the panel. <type> is one of: Panel, ControlPanel, Switchboard or Layout.
Panel redisplay requires a modern browser with HTML5 support (Chrome, FireFox, Safari, IE9).