Hi,

Maybe I haven't properly understood your question. How can the
interface between the server and the client be "google app engine"? I
mean, if I'm not wrong you upload you application in python (now also
in Java) to the engine, but you can interface that "server" python
application from the client as you want (own http requests, POST/GET.
Have a look at hello world example). The server uses the "google app
engine" to fetch mails, queries with GQL... with google's API, but it
is the Python module deployed in the engine who uses that the app
engine API.

If what you mean is that the "server" application "pulls" information
from your eCos powered device I suppose you have port Google's SDC:
http://code.google.com/securedataconnector/download.html but in that
case the eCos powered device wouldn't be acting as a client but as a
server also.

Best regards,
Marcos del Puerto

On Sat, Jun 13, 2009 at 1:14 AM, Alex.z<[email protected]> wrote:
>
> I want to develop a application base on ECos, which is a client, and there is
> another server in the internet, the interface between the server and the
> client is google app engine, current it is just a basic idea, I want to know
> is it possible to do like this?
> --
> View this message in context: 
> http://www.nabble.com/How-to-support-google-App-engine-on-ECos-tp24007404p24007404.html
> Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.
>
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to