ess-dmsc-dram / live-data-prototype

GNU General Public License v3.0
3 stars 1 forks source link

Re-design protocol between streamer and event listener #18

Closed SimonHeybrock closed 8 years ago

SimonHeybrock commented 8 years ago

The current protocol is based on REQ + REP, and is quite inflexible. For supporting meta data streaming we need to improve it a bit. PUSH + PULL should be more natural, but then we must somehow include stream info in the header (instead of the current mechanism, where stream info is requested by the listener).