Can we listen to UDP Server messages using Cesium Viewer

we have a simulater to drop some xml to UDP on port 8090, we are having hard time listening to those messages using Cesium Viewer(javascrip.) please advise.

It’s not possible to open a UDP port directly via browser-based JavaScript. That being said, there are alternatives and solutions for bridging your current UDP system with a browser client. This may be a good place to start reading: http://stackoverflow.com/questions/17605252/reading-from-udp-port-in-browser

Hi Matthew

Thanks for your reply.

We are trying to using GEP(GeoEvent Processor) to get the tracks with Json file, and convert to CZML but now how does this message streaming works with cesium. how can we feed this contineous czml files to cesium. is it just update or add new one. please advise.