I'm a newbee. I saw Cesium and it looks nice but I want to check with you if it's possible to do my project.
I'm receiving symbols and it's update (status, position,...) throught the network. I want to display this information in Cesium. Is it possible ?
I know I'll have maybe to translate it. I saw for the CZML format. Is possible to use it ?
Thank you in advance for your suggestion.
Thank you for your answwer Matthew.
I'm receiving protobuf message through the network (TCP) in a specific format (no standard) I developp the libs in C# to read these message
I can add an applciation to transform these messages.
I prefere to have something light from the client side. Which solution do you suggest ?
I did a prototyp for another system using a REST API, it was easy. Is there a solution like this with Cesium ?