BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 27 forks source link

Feature: Table data streamer over socket #342

Closed dilawar closed 5 years ago

dilawar commented 5 years ago

Currently moose.Streamer allows streaming data to a csv file. This ticket track the progress of following:

dilawar commented 5 years ago

@surbhit21 Have a look at this ticket. In case, I've missed something essential, let me know.

surbhit21 commented 5 years ago

Hey Dilawar, Can we restrict it to only specific web clients, like FindSim-web only for now, so that we have control over who can plugin to this socket?

dilawar commented 5 years ago

PR #345 implements this. See the notes on this PR.