News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Remote API

Started by geirgp, December 09, 2009, 09:44:58 AM

Previous topic - Next topic

geirgp

Hi,

Is there a remote api I can use if I want to develop native applications for handheld devices like the iPhone/Android ?

Thanks,

Geir

tschak909

There isn't a "remote" API, so to speak. Everything in this system speaks DCE, and there is a library in our source tree that handles this.

However, Mobile Orbiters are special, as they are basically dumb terminals, which use a protocol known as BD, to send keypresses and recieve screen images which are displayed by the phone. Essentially all the fat logic is handled by the core.

-Thom

geirgp

I am interested in writing client applications to read data from - and control LinuxMCE. What would it take to make this data and controls available in an open API using for instance XML or JSON?

I very experience Java architect/programmer, yet not so bewandered in the C/C++ world (but still enough to make smaller changes, and maybe more later on). If someone would give me the necessary pointers (not very familiar with the LinuxMCE codebase) I am more than happy to start looking into this.


Cheers,

Geir

Kezza


hari

you could use the RPC plugin for json/http, too.

br Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

jimbodude

Hari, is there any documentation on the RPC plug-in?  What is its development/stability status?

hari

use the source luke :-)
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

jimbodude

Thanks wise guy.  ;)

Is RPC Plug-in included in new installations?  Is the interface considered "complete" or are key pieces still undergoing changes?