Streaming CZML from Python

Hi,

I’m trying to send czsml from Python to Cesium, preferably streamed. In the examples I only find how to load czml from a local file, but I would prefer to get it from a network address instead. The loadczml specifies that an URI can be used but I have not been able to find how to point this at a port instead? Is there any examples out there?

I am not used to javascript so there might be a very easy solution to my question…

Thanks & Best Regards

I am joining the question. Petrus, did you solve the czml streaming problem?

Hi, no not really, will try to spend some more time with it. I was trying to follow http://cpiekarski.com/2012/01/25/python-json-client-server-redux/ but not sure that is the right way, maybe easier to use the python BaseHTTPServer.