abhishekvp / cesium-lg

Liquid Galaxy GSoC 2016 Project: Enabling Cesium for Liquid Galaxy
5 stars 3 forks source link

node server.js: add relaying functionality not just echo #7

Closed alfski closed 8 years ago

alfski commented 8 years ago

Change the echo server to act as a relay. Most the camera sync messages there's no reason to send a packet BACK to the master, it just adds latency. You can use a particular URI path like /relay/ for this or have the master send a message like 'IAmMaster' to switch off echo for that client.