Difference between revisions of "Web Orbiter"

From LinuxMCE
Jump to: navigation, search
(Setup)
(Setup)
Line 3: Line 3:
 
== Setup ==
 
== Setup ==
 
The procedure to setup a Web Orbiter is simple but the order of steps is important.
 
The procedure to setup a Web Orbiter is simple but the order of steps is important.
#First of all we should add a new Generic Web Device as a Child Device for your Core:
+
#First of all, add a new Generic Web Device as a Child Device for your Core:
##On the Adminsite homepage, at the bottom of the left column's expansion of all the menu items, click "Show devices tree" and then "CORE". The CORE's detail page should appear.
+
##Goto the LinuxMCE Admin website-->Show devices tree-->CORE. The CORE's detail page should appear.
##On this page click the link 'Create Child Device'.
+
##Click 'Create Child Device'.
 
##In the Add child device window, click the button 'Pick device template'. The new pop-up window contained device templates will be opened.
 
##In the Add child device window, click the button 'Pick device template'. The new pop-up window contained device templates will be opened.
 
##In the 'Device Category' dropdown list, choose 'Peripherals'.
 
##In the 'Device Category' dropdown list, choose 'Peripherals'.
 
##In the 'Device Template' dropdown list, find and select "Generic Web Device".
 
##In the 'Device Template' dropdown list, find and select "Generic Web Device".
 
##Click the button 'Pick Device Template'. The Add Child Device Window will close, and the Generic Web Device will be added to the Core, as the updated Device Tree will show.
 
##Click the button 'Pick Device Template'. The Add Child Device Window will close, and the Generic Web Device will be added to the Core, as the updated Device Tree will show.
##Also new Generic Proxy Orbiter will be created automatically on this stage. We can watch the Orbiter generation process on the Orbiters page: Wizard --> Devices --> Orbiters.
+
##A new Generic Proxy Orbiter will also be created automatically. Watch the Orbiter generation process on the Orbiters page: Wizard-->Devices-->Orbiters.
#Wait till generation procedure finishes. A message on some active Orbiter or on the Orbiter page will so indicate.
+
#Wait till the Orbiter generation procedure finishes. A message on an active Orbiter or on the Orbiter page will indicate when it has completed.
#Don't forget Quick reload router. It's important because otherwise the Orbiter won't work properly.
+
#Do a "Quick reload router". Otherwise, the Orbiter won't work properly.
#We can access to the Web Orbiter:
+
 
 +
==Access to the Web Orbiter==
 
##Type URL ''<nowiki>http://&lt;core_ip&gt;/pluto-admin/weborbiter.php</nowiki>'' in the browser address bar (example: ''<nowiki>http://192.168.80.1/pluto-admin/weborbiter.php</nowiki>''). You will get a very plain login page.
 
##Type URL ''<nowiki>http://&lt;core_ip&gt;/pluto-admin/weborbiter.php</nowiki>'' in the browser address bar (example: ''<nowiki>http://192.168.80.1/pluto-admin/weborbiter.php</nowiki>''). You will get a very plain login page.
 
##Input existing user name and password, then click the "Login" button. You will get a page with a list of devices.
 
##Input existing user name and password, then click the "Login" button. You will get a page with a list of devices.

Revision as of 00:46, 20 May 2008

A Web Orbiter is any device (such as a laptop, PC, etc.) that accesses the Orbiter user interface (UI) through a Web browser.

Setup

The procedure to setup a Web Orbiter is simple but the order of steps is important.

  1. First of all, add a new Generic Web Device as a Child Device for your Core:
    1. Goto the LinuxMCE Admin website-->Show devices tree-->CORE. The CORE's detail page should appear.
    2. Click 'Create Child Device'.
    3. In the Add child device window, click the button 'Pick device template'. The new pop-up window contained device templates will be opened.
    4. In the 'Device Category' dropdown list, choose 'Peripherals'.
    5. In the 'Device Template' dropdown list, find and select "Generic Web Device".
    6. Click the button 'Pick Device Template'. The Add Child Device Window will close, and the Generic Web Device will be added to the Core, as the updated Device Tree will show.
    7. A new Generic Proxy Orbiter will also be created automatically. Watch the Orbiter generation process on the Orbiters page: Wizard-->Devices-->Orbiters.
  2. Wait till the Orbiter generation procedure finishes. A message on an active Orbiter or on the Orbiter page will indicate when it has completed.
  3. Do a "Quick reload router". Otherwise, the Orbiter won't work properly.

Access to the Web Orbiter

    1. Type URL http://<core_ip>/pluto-admin/weborbiter.php in the browser address bar (example: http://192.168.80.1/pluto-admin/weborbiter.php). You will get a very plain login page.
    2. Input existing user name and password, then click the "Login" button. You will get a page with a list of devices.
    3. From the dropdown list, choose Generic Web Device. You will get a page that looks similar to:
      Web Orbiter.jpg

If you try to connect to the Web Orbiter and see this message: "Connect to proxy orbiter failed, please try again" this means that the procedure of Orbiter generation doesn't finish yet or you forgot to quick restart of router.

Size

I was able to change the size of the rendered image in the Wizard->Orbiters page, I just found my Web Orbiter device in the list, and resized it.. after a regen, it was at the right size.

Source http://forum.linuxmce.org/index.php?topic=3833.0

Problems with using a Web Orbiter across the Internet

The Web Orbiter setup listed here works great, and the web orbiter is functional.

I tested the web orbiter in my home and was very impressed with it. However, when I tested it from work, going through the Internet instead of from within my home LAN, it refreshed every 5 seconds, making it difficult to use. It had to repeatedly download the images each time.

I originally dug around on the orbiter screen in the web admin looking for a setting to remedy this, but could not find one...

Then I remembered that 2 devices were actually created.

If you look through the device tree, you should see Core->Generic Web Device. This is the device that contains the RefreshInterval device data (it is not stored on the Orbiter device itself). By setting this RefreshInterval to a higher value (I used 60 seconds for mine), it made the Web Orbiter usable across an Internet connection. --Jondecker76 (added 3-24-2008)