Meeting Notes 2017 02 15 - LLNL-Collaboration/uiuc2016 GitHub Wiki

Attendees

  • Joe
  • Ming
  • Kenny
  • Huck
  • Xingrui
  • Tong

Progress Review

  • Huck: Continue implementing a websocket in the mesh viewer that receives Blueprint mesh data, working through issues with backend communication (issue #11).
    • Fixed the temporary server side code to properly perform a handshake to establish a websocket connection.
    • Planning to test the new websocket code and then integrate with the Blueprint websocket server.
  • Xingrui/Tong: Continue implementing a websocket server that sends Blueprint mesh data repeatedly, using the LLNL instructions as a guide (issue #12).
    • Implemented code to read in a Blueprint mesh and added this code to an existing test case for verification.
    • Blocked by failures in the conduit::Node constructor related to some inability to parse the given JSON string.

Upcoming Tasks

  • Huck: Continue implementing a websocket in the mesh viewer that receives Blueprint mesh data, working through issues with backend communication (issue #11).
    • Verify the correctness of the front-end websocket code.
  • Xingrui/Tong: Continue implementing a websocket server that sends Blueprint mesh data repeatedly, using the LLNL instructions as a guide (issue #12).
    • Implement a new web server class that reads in a Blueprint JSON file, pushes this string to a Conduit Node, and then serves that node's contents during fetches.
  • All: Integrate the websocket server with the mesh viewer and display a mesh sent from the server to the mesh viewer in real time.