LLNL-Collaboration / uiuc2016

1 stars 1 forks source link

Building the Conduit C++ REST Server to send data to mesh viewer #12

Open HuckZou opened 7 years ago

HuckZou commented 7 years ago

Xingrui needs to look into Conduit Relay examples and figure out how to use the API to build a server that sends Blueprint format data from the server to a mesh viewer client.

xjrc commented 7 years ago

@Averrie, @tunedere: After speaking about this with Cyrus and hammering out what the simplest path forward would be for this issue, we decided that it would probably be easiest for you two to complete this task by modifying an existing Conduit Relay server example so that it outputs Blueprint mesh data. This solution will allow you both to create a new Relay server that leverages Relay's existing functionality without having to worry about creating an independent binary. Here's a general overview of the steps you'll need to follow:

I hope that this makes the path forward a bit more clear. If anything in this explanation is confusing, please let me know and I'll do my best to clarify.