LLNL-Collaboration / uiuc2016

1 stars 1 forks source link

Working on receiving data from Conduit C++ REST Server #11

Open HuckZou opened 7 years ago

HuckZou commented 7 years ago

Mesh viewer can now process Blueprint conforming format directly. Huck needs to look into how the data sent from REST server will be received on client side, and builds necessary scripts to make it work.

HuckZou commented 7 years ago

I completed my testing for mesh viewer to receive entire files from a web socket. Now the mesh viewer is able to receive data from a web socket. I am looking into how to send data in chunks and how to implement sending only the updates rather than the entire file.