-
Notifications
You must be signed in to change notification settings - Fork 95
webopi
= WebOPI (BOY on Web) = PageOutline(2-3)
== Introduction == The dream to run [https://sourceforge.net/apps/trac/cs-studio/wiki/BOY BOY OPI] in web browser becomes true! Most BOY OPI functions are supported, including Java script and Python script support! Without any particular change, you can easily publish OPIs created in BOY on a Tomcat Web server. WebOPI can also run on your mobile device such as iPhone.
WebOPI uses [http://www.eclipse.org/rap/ RAP] technology behind, which helps to single source the code of BOY and WebOPI. The data communication and script execution are executed on server side. The web browser only does the graphics rendering.
}}}
== Demo ==
- [http://ics-web.sns.ornl.gov/webopi/ WebOPI Workbench]: Shows all BOY Examples.
- [http://ics-web.sns.ornl.gov/webopi/m WebOPI Mobile Demo]: Mobile version of BOY Examples.
- [http://ics-web.sns.ornl.gov/webopi/ws WebOPI Simple]: BOY Examples without toolbar.
- [http://ics-web.sns.ornl.gov/webopi/ms WebOPI Mobile Simple]: Mobile version of BOY Examples without toolbar. {{{ #!html
WebOPI runs out of the box in all common web browsers. No browser add-ons are required.
<div>
<table border="0" style="margin-left:0px;margin-right:auto;">
<tr>
<td style="text-align: center"><img src="http://www.eclipse.org/rap/images/about/firefox.png" alt="Firefox 2+" style="padding: 0 10px" /></td>
<td style="text-align: center"><img src="http://www.eclipse.org/rap/images/about/ie.png" alt="Internet Explorer 6+" style="padding: 0 10px" /></td>
<td style="text-align: center"><img src="http://www.eclipse.org/rap/images/about/safari.png" alt="Safari 3+" style="padding: 0 10px" /></td>
<td style="text-align: center"><img src="http://www.eclipse.org/rap/images/about/chrome.png" alt="Chrome 3+" style="padding: 0 10px" /></td>
<td style="text-align: center"><img src="http://www.eclipse.org/rap/images/about/opera.png" alt="Opera 9+" style="padding: 0 10px" /></td>
</tr>
<tr>
<td style="text-align: center">Firefox 2+</td>
<td style="text-align: center">IE 6+</td>
<td style="text-align: center">Safari 3+</td>
<td style="text-align: center">Chrome 3+</td>
<td style="text-align: center">Opera 9+</td>
</tr>
</table>
On mobile device, it supports Andriod, iPhone, iPod, iPad. On Andriod, Opera 9+ or Firefox 2+ browser is required.
}}}
== Download == Coming soon...
== Online Help == [http://cs-studio.hg.sourceforge.net/hgweb/cs-studio/cs-studio/raw-file/d218948e2a5c/applications/plugins/org.csstudio.webopi/html/WebOPI.html WebOPI User Manual]
== Mailing list ==
- Have questions? Want to get update notification? Join [http://groups.google.com/group/css-boy?hl=en BOY Group]!
