mastbaum / websno

real-time monitoring for ALL the things
0 stars 4 forks source link

implement OrcaRootStream #9

Open mastbaum opened 12 years ago

mastbaum commented 12 years ago

OrcaRootStream(InputStream) will connect to an Orca dispatch source and process incoming C objects. This will have to call out to C, which means wrapping with PyROOT or creating an interface with Cython or the like.

Probably the easiest approach is to take the functions in here:

https://github.com/mastbaum/pennbuilder/tree/orca/orca

and wrap them with PyROOT.

Unless OrcaRoot has a Python interface already...