On Thu, Apr 24, 2014 at 6:23 AM, Raghu rao <[email protected]> wrote:
> Pls let us know how to communicate between an embedded > application(micro-controller based small firm factor device- firmware > driven)to Google App Engine app through TCP/IP. is it possible to create > any listen socket in Google App Engine Sand box Environment. > As Barry said, there's no way to open up listening sockets on App Engine. But some microcontrollers have enough space to host a tiny web server (see this SO post for examples<http://electronics.stackexchange.com/questions/72566/why-do-people-create-web-server-on-a-microcontroller>); what you can do is run a web server on your device, then have App Engine periodically poll the server for data. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
