real-time monitoring for ALL the things
$ python setup.py install
For testing, snostream will read events from a file:
$ ./bin/websno file.root # or .zdab, or .pickle
It can also read events from a ZDAB dispatch stream. More (non-event level) data sources are forthcoming.
Better configuration is planned, too, but for now, hack bin/websno
. Instantiate data sources and give them a callback -- they call this callable with data received.