Hi all,

Currently, we are deploying a wireless sensor network at one of
international leading semiconductor companies in UK to monitor the
efficiency of their facilities. We are building a non web based python
application which is residing on GAE. The situation is this:

I have built another non web based python application on a remote PC
to gather the data from the wireless sensor network and send those
information via https to the python application on GAE, and put them
into the google data store.

Our customer require the https for the data communication. My current
strategy is using what GAE suggests "login" and "secure" features
enables in app.yaml file, but I think this is for the web based
application authentication, is that right?

The question is I have no problem for sending data from python app at
PC end to GAE without authentication, but if this is enabled, the
python can't be able to send data to GAE even I logged in using admin
account in the web browser. So I think logging in from web using my
Google account will enable the non web based python application to be
authorised for data communication over https. Am I right?

I have looked at OAuth, but it seems to me I still need to do the web
sign-in before the data consumer app can act on behalf of users. In
addition, my understanding is that the data consumer app is also web
based.

Can anyone make some suggestions for our specific situation please?
How to make the auto sign-in for the data communication over https
between two non web based python apps?

Thank you very much.

Best regards,

Ruoshui

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to