Binary data via network?

I’ve poked around on this and haven’t found a clean solution within vvvv. I would like to have multiple PCs running Kinects/Xtions, that send the point cloud data (xyz floats or ints) to a central system for analysis. I want to keep all the data in native form for efficiency.

It seems like some kind of multiboygrouping setup would work, where the analysis system is the client of multiple servers, but that seems to have some setup and startup constraints, and writing a couple of binary socket IO plugins seems simpler (I have code I wrote for embedded devices). But I thought I’d check first to see if they already exist.

Thanks!