AppEngine Apps can only receive HTTP/S traffic - request/responce style.
(Well technically AppEngine does provide Email and XMMP gateways, that receives messsages and makes http requests against your app) There is still experimental Socket API - which might even be in Trusted Tester, so need to ask permission to use - that can make outgoing socket connections. I think its limited to TCP and outgoing only. Cant receive UDP, nor arbitary TCP incoming. Realistically looking at wrapping it in a HTTP interface. On Tue, Jan 15, 2013 at 5:54 AM, Joe Gold <jjoey.g...@gmail.com> wrote: > Hi All, > > I will have an industrial piece of equipment (temp logger) it is connected > to a router (with port forward enabled). > > > I will run Python on the GAE and want to know.... Can my GAE web site > receive simple TCP and UDP packets and process them in Python on GAE. > > I will write the code on the temp logger. > > I heard in some of the GAE talks there may be some security restrictions. > > Regards > Joe > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/9avAxqOpUNoJ. > 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. -- 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.