For academic research I might be sugesting to use google app engine for a NTRIP Caster.
A NTRIP caster is a application that receives a data stream over HTTP and allows any connected client, possibly several, to also receive the same stream over HTTP. This means that HTTP connections will usually last for several minutes. I know from the start that the 30s limit will force the clients to reconnect again and again, what I don't know is what kind of issues will I get for wanting to redirect a stream in near real-time. I have to possibly store the incoming stream line by line in the db, but then how long will it take to be available on client instance? Is this something really not very suitable for app engine? Regards -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
