xulman-obsoleteProjects / DAIS-wp1.3

Scijava/imglib2 images are pinged back and forth over a network...
1 stars 1 forks source link

Refactor#2 the backend to split serialization and data transfer itself (ZeroMQ part) #12

Closed xulman closed 5 years ago

xulman commented 6 years ago

this covers:

xulman commented 6 years ago

not exactly as envisioned above, but interfaces and implementing classes in this direction are to be found in the branch SendRecv_onUnifiedBackend

check out the imgtransfer.sockets.Socket interface, but this is only for the (voxel) data arrays ImgPacker class deals with splitting the whole image into parts and sending them

ImgTransfer is a front-end to implement single-/multi- protocols, calling ImgPacker to send part by part single image, which uses ArrayPacker to send voxel data

xulman commented 5 years ago

this is essentially implemented in the new repo