snowymo / immersive-presentation

MIT License
4 stars 1 forks source link

[Network] Integrate metaroom to corelink network setup #9

Closed snowymo closed 3 years ago

snowymo commented 3 years ago

Is your feature request related to a problem? Please describe. Corelink provides an active server and a series of webpage that are fast and online all the time. We can reuse their infrastructure to ensure the communication between clients and the server.

Describe the solution you'd like

  1. Replace the websocket connection by corelink
  2. Handle the websocket message from corelink in a decent way.

Additional context

  1. The new webpage is located at https://corelink.hpc.nyu.edu/metaroom/sig21.html
  2. Here is the manual deployment command https://holostor.hpc.nyu.edu/management/metaroom.php with username: metaroom and password: xvmagms1X
snowymo commented 3 years ago

@kenperlin @KeruWang @cdefanti Main branch has corelink integration merged now. Currently, running code is different from the previous version because we don't need to run a local server anymore.

I've also updated it to readme.

  1. install python3
  2. run python -m http.server under root folder.
  3. visit localhost:8000/sig21.html